{{-- Favicon --}} {{-- App CSS --}} @vite(['resources/css/app.css']) {{-- Alpine JS --}} {{-- Livewire style --}} @livewireStyles {{-- Page head stack --}} @stack("page.head") {{-- Meta description --}} {{-- Meta title --}} {{ config('app.name') }} - @hasSection('page.title') @yield("page.title") @else Location de BOX de stockage sécurisé à Anse @endif @auth @include('components.admin.sidebar') @include('components.admin.header') @endauth {{-- Main container --}}
true, ])> @auth @hasSection('page.title')

@yield('page.title')

@endif @endauth @yield("page.content")
{{-- Modals stack --}} @stack("page.modals") {{-- Jquery --}} {{-- App JS --}} @vite(['resources/js/app.js']) @livewireScripts @include('components.js.auth-token') {{-- Scripts stack --}} @stack("page.scripts")