{{-- Robots --}} @if(!filter_var(env('SEO_ROBOTS_INDEXABLE', 'true'), FILTER_VALIDATE_BOOLEAN)) @endif {{-- Search engine verification --}} @if(env('SEO_GOOGLE_SITE_VERIFICATION')) @endif @if(env('SEO_BING_SITE_VERIFICATION')) @endif {{-- Open Graph --}} @if(env('SEO_OG_IMAGE')) @endif {{-- Schema.org structured data --}} @if(filter_var(env('SEO_SCHEMA_ENABLED', 'true'), FILTER_VALIDATE_BOOLEAN)) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Google Analytics GA4 --}} @if(env('SEO_GOOGLE_ANALYTICS_ID')) @endif @php $socialLinks = is_array($s['social_links_json'] ?? null) ? $s['social_links_json'] : []; $whatsappEnabled = $s['whatsapp_enabled'] ?? true; @endphp
@yield('content') @if(session('success'))
{{ session('success') }}
@endif
@if($whatsappEnabled) @endif