{{-- Favicon --}}
{{-- App JS and CSS --}}
@vite(["resources/css/app.css", "resources/js/app.js"])
{{-- 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
@include('components.quiz.public.forms.feedbacks.success')
{{-- Main container --}}
true,
])>
@auth
@hasSection('page.title')