@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('head') {{-- ============================== HEADER ============================== --}}
{{ config('site.brand.name') }}
{{-- Language switcher --}}
@foreach (config('site.locales') as $code => $meta) {{ $meta['name'] }} @endforeach
@if (site_settings()->phone) @endif
{{-- Mobile menu --}}
{{-- Flash message --}} @if (session('status') === 'sent')
{{ __('site.contact_success') }}
@endif
@yield('content')
{{-- ============================== FOOTER ============================== --}} @if (site_settings()->whatsappUrl())
{{-- Soft pulsing ring to draw the eye — purely decorative, sits behind the button --}}
@endif