@if(isset($seoSetting) && $seoSetting->og_image) @endif {{-- Favicon --}} @if(isset($seoSetting) && $seoSetting->favicon) @else @endif @stack('styles') {{-- TOP BAR --}}
@if(isset($contactInfo) && $contactInfo->phone) {{ $contactInfo->phone }} @endif @if(isset($contactInfo) && $contactInfo->email) {{ $contactInfo->email }} @endif {{ $contactInfo->working_hours ?? 'Senin – Jumat 08.00–17.00 WIB' }}
@if(isset($contactInfo) && $contactInfo->whatsapp) @endif @if(isset($contactInfo) && $contactInfo->facebook) @endif @if(isset($contactInfo) && $contactInfo->instagram) @endif @if(isset($contactInfo) && $contactInfo->youtube) @endif
{{-- NAVBAR — use Bootstrap's own navbar structure to avoid collapse issues --}}
@yield('content')
{{-- FOOTER --}} @stack('scripts')