@extends('layouts.admin') @section('title', $menu->name) @section('heading', 'Navigation — '.$menu->name) @section('content')

Menu structure

Up to three levels deep. Sub-items appear as dropdowns on the site.

@if ($items->isEmpty())

No items yet — add the first one using the form.

@else @endif

Add menu item

@csrf
@endsection