@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('head')
{{-- ============================== HEADER ============================== --}}
{{ __('site.nav_home') }}
{{ __('site.nav_about') }}
{{ __('site.nav_products') }}
{{ __('site.btn_view_all_categories') }}
@foreach ($navCategories as $navCategory)
{{ $navCategory->name }}
@endforeach
{{ __('site.nav_health_library') }}
{{ __('site.nav_contact') }}
{{-- Language switcher --}}
{{ config('site.locales.'.app()->getLocale().'.name') }}
@foreach (config('site.locales') as $code => $meta)
{{ $meta['name'] }}
@endforeach
@if (site_settings()->phone)
{{ __('site.nav_call_us') }}
@endif
{{-- Mobile menu --}}
{{ __('site.nav_home') }}
{{ __('site.nav_about') }}
{{ __('site.nav_products') }}
{{ __('site.nav_health_library') }}
{{ __('site.nav_contact') }}
@if (site_settings()->phone)
{{ __('site.btn_call_now') }}
@endif
{{-- 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