@php $gtm = App\Models\SiteSetting::get('seo_gtm_id') @endphp @if($gtm) @endif @stack('head')
{{-- JSON-LD Organization Schema --}} {!! \App\Services\SeoService::organizationSchema() !!} @hasSection('schema') @yield('schema') @endif
@yield('content')
@stack('scripts') {{-- Popup Modals --}} @include('components.ticket-popup') @include('components.donation-popup') @include('components.partner-popup')