@php $locale = app()->getLocale(); $seo = \App\Support\Seo::resolve($seo ?? [], $title ?? null); $analyticsId = \App\Models\Setting::get('google_analytics_id'); $siteVerification = \App\Models\Setting::get('google_site_verification'); @endphp {{-- dir stays ltr for every locale so the visual layout (logo, nav, grids) never mirrors; RTL scripts are handled by right-aligning text only, via the .locale-ur rule in app.css. --}} {{ $seo['title'] }} @if ($siteVerification) @endif @if ($seo['image']) @endif @if ($seo['type'] === 'article') @if (! empty($seo['published_time'])) @endif @if (! empty($seo['modified_time'])) @endif @endif @if ($seo['image']) @endif @foreach ($seo['json_ld'] as $schema) @endforeach @if ($analyticsId) @endif @if ($locale === 'ur') @elseif ($locale === 'hi') @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles {{ $slot }} @livewireScripts