@props([ 'model' => null, ' seoMeta' => null, ]) @php $seo = $seoMeta ?? \App\Models\SeoMeta::getFor($model); @endphp

SEO Settings

@csrf @method('PUT')

Recommended: 50-60 characters

Recommended: 150-160 characters

Separate keywords with commas

Recommended size: 1200x630 pixels

@if($seo) Last updated: {{ $seo->updated_at->diffForHumans() }} @else No SEO settings configured @endif