{{-- --}} {{-- --}} @yield('custom_styles') {{-- @vite(['resources/css/app.css', 'resources/js/app.js']) --}}
@include('partials.navigation')
@yield('content')
@include('partials.footer')
@csrf
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @yield('custom_scripts')