@php $themeSettings = $tenant->themeSettings; $custom = $themeSettings->customizations ?? []; $primaryColor = $custom['primary_color'] ?? '#2d6cdf'; $font = $custom['font'] ?? 'system'; @endphp @yield('title', $tenant->name)@hasSection('title') — {{ $tenant->name }}@endif @if ($tenant->favicon_path) @endif @unless ($tenant->search_engine_visible) @endunless {{-- Open Graph (فيسبوك، واتساب، لينكدإن...) --}} @hasSection('og_image') @endif {{-- Twitter Card --}} @hasSection('og_image') @endif @if ($font !== 'system') @endif {{-- بيانات منظّمة (Structured Data) عامة للموقع — تساعد قوقل يفهم هوية الموقع ككيان إخباري --}} {{-- إعلانات الهيدر (Ad Manager) --}} @foreach (\App\Models\Ad::forSlot($tenant->id, 'header') as $ad) @if ($ad->type === 'adsense_code') {!! $ad->adsense_code !!} @endif @endforeach @stack('head')
@if (!empty($custom['logo_path'])) @endif {{ $tenant->name }}
@yield('content')
{{-- بانر موافقة ملفات تعريف الارتباط (Cookie Consent) --}}