@php $seo = $seo ?? []; $title = $seo['title'] ?? ($siteTitle ?? config('app.name')); $description = $seo['description'] ?? ''; $canonical = $seo['canonical'] ?? url()->current(); $hreflang = $seo['hreflang'] ?? []; $og = $seo['og'] ?? []; $twitter = $seo['twitter'] ?? []; $jsonLd = $seo['jsonLd'] ?? []; @endphp {{ $title }} @foreach ($hreflang as $lang => $url) @endforeach @if (!empty($og['image'])) @endif @if (!empty($twitter['site'])) @endif @if (!empty($twitter['image'])) @endif @if (!empty($jsonLd)) @endif