{{-- SEO slots (optional) --}} @hasSection('meta') @yield('meta') @endif {{-- Vite (Laravel 10/11 default) --}} {{-- @vite(['resources/css/app.css', 'resources/js/app.js']) --}} @stack('styles') {{-- Header --}} @include('frontend.partials.header') {{-- Page Content --}}
@yield('content')
{{-- Footer --}} @include('frontend.partials.footer') @stack('scripts')