@yield('styles')
@include('frontend::layouts.header')
@yield('content')
@include('frontend::layouts.footer')
@livewireScripts
{{-- Scripts ที่ถูก @push('scripts') จากหน้าอื่น ๆ (เช่น reCAPTCHA) --}}
@stack('scripts')
@include('frontend::layouts.pdpa-popup')