@extends('layouts.admin') @section('title', 'SEO Settings') @section('header', 'SEO Settings') @section('content')
Manage SEO meta tags for all content
| Model | Title | Description | Keywords | Actions |
|---|---|---|---|---|
| {{ class_basename($seo->model_type) }} ID: {{ $seo->model_id }} | {{ $seo->meta_title ?? '-' }} | {{ $seo->meta_description ?? '-' }} | {{ $seo->keywords ?? '-' }} | Edit |
| No SEO settings found. Configure SEO from individual pages. | ||||