@extends('layouts.admin') @section('title', $menu->name) @section('heading', 'Navigation — '.$menu->name) @section('content')
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