@include('front.layout.partials.head')
@include('front.layout.partials.header')
@yield('content')
@include('front.layout.partials.footer') {{-- Livewire scripts --}} @livewireScripts {{-- Page-specific scripts --}} @stack('scripts')