@include('public.partials.meta-link') @livewireStyles @if (config('app.env') == 'production') @else @endif {{ $styles ?? '' }} {{ $topScripts ?? '' }} @include('admin.partials.sidebar-navigation') @include('admin.partials.topbar-navigation')
@include('admin.partials.page-title') {{ $slot }}
@livewireScripts @if (config('app.env') == 'production') @else @endif {{ $bottomScripts ?? '' }} @if (isset($livewireAlerts)) @include('components.livewire-alerts') @endif