@php use App\Support\MenuLocations; $menu = $website->menus()->where('location', $location)->with('items.page')->first(); $label = MenuLocations::all($website)[$location] ?? ucfirst($location); @endphp @if($menu && $menu->items->count()) @else
Menu not assigned: {{ $label }}
@endif