@if(!empty($branding['favicon_url'])) @endif @if(!empty($branding['logo_url'])) @endif @hasSection('og_image') @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @php $theme = $generalSettings['theme'] ?? []; $brandPrimary = $theme['primary'] ?? '#1d4ed8'; $brandSecondary = $theme['secondary'] ?? '#0f172a'; $brandAccent = $theme['accent'] ?? '#e1252b'; $headGradientFrom = $theme['head_gradient_from'] ?? '#1e3a8a'; $headGradientTo = $theme['head_gradient_to'] ?? '#0f172a'; @endphp @include('partials.public-phone-inputs') @stack('styles') @include('partials.navbar') @yield('content') @include('partials.footer') @php $waNumber = preg_replace('/\\D+/', '', $siteSettings['whatsapp_number'] ?? ''); $waLink = $waNumber ? ('https://wa.me/' . $waNumber) : 'https://wa.me/+8801XXXXXXXXX'; @endphp @stack('scripts')