{{-- ============================================================ Location Bar ============================================================ --}}
@foreach ($this->getLocations() as $location) @endforeach
{{-- ============================================================ Menu Switcher ============================================================ --}} @if($this->getLocations()->isNotEmpty())
@foreach ($this->getMenusForActiveLocation() as $menu) @endforeach @if($this->getMenusForActiveLocation()->isEmpty())

Henüz menü yok — yukarıdaki butonu kullanarak bir tane oluşturun.

@endif
@endif {{-- ============================================================ Main 2-column layout (builder + panel) ============================================================ --}}
{{-- Builder --}} @livewire( 'filament-menu-manager.menu-builder', ['menuId' => $activeMenuId, 'locationHandle' => $activeLocationHandle], key('builder-' . $activeMenuId) ) {{-- Panel --}} @livewire( 'filament-menu-manager.menu-panel', ['menuId' => $activeMenuId, 'locationHandle' => $activeLocationHandle], key('panel-' . $activeMenuId) )
{{-- ============================================================ Auto-save flash indicator ============================================================ --}}
Kaydedildi