@livewireStyles @filamentStyles @stack('styles')
@zeus
{{--Navigation Links--}}
{{--Account menu and other icons--}}
@if(isset($breadcrumbs))
{{ $breadcrumbs }}
@endif @if(isset($header))
{{ $header }}
@endif
@php $menu = \LaraZeus\Sky\SkyPlugin::get()->getModel('Navigation')::fromHandle('main'); @endphp @if ($menu && $menu->items) @foreach ($menu->items as $item) {!! \App\CustomRenderNavItem::render($item, 'text-gray-600 hover:text-gray-800') !!} @endforeach @endif
{{ $slot }}
@livewireScripts @filamentScripts @livewire('notifications') @stack('scripts')