@extends('admin.layouts.app') @section('title', $title) @section('content')
Pages
    @foreach($pages as $page)
  • @endforeach
Blog Post Categories
    @foreach($blogPostCategories as $blogPostCategory)
  • @endforeach
Posts
    @foreach($blogposts as $post)
  • @endforeach
Products
    @foreach($products as $product)
  • @endforeach
Product Categories
    @foreach($productCategories as $category)
  • @endforeach
Custom Links

Menu Structure for "{{ $menu->name }}"

Select and add Menu Items from left side.
Drag items to reorder, click to expand and edit details.
Cancel
@endsection @push('scripts') @endpush