@livewireStyles @filamentStyles @stack('styles')
@zeus
{{--Navigation Links--}}
{{--Account menu and other icons--}}
@if(isset($header) || isset($breadcrumbs))
@if(isset($header))
{{ $header }}
@endif @if(isset($breadcrumbs))
{{ __('Home') }}
@svg('heroicon-m-arrow-small-right','fill-current w-4 h-4 mx-3 rtl:rotate-180')
{{ $breadcrumbs }}
@endif
@endif
{{ $slot }}
@stack('scripts') @livewireScripts @filamentScripts @livewire('notifications')