@extends('admin.layouts.app') @section('title', 'Menu Management') @section('content')

Menu Management

Add New Menu Item
@if(session('success')) @endif @if($errors->any()) @endif
Menu Structure
Drag and drop to reorder menu items
@if($menus->count() > 0) @else

No menu items found.

Create First Menu Item
@endif
@push('scripts') @endpush @endsection