@extends('layouts.admin') @section('title', 'SEO Settings') @section('header', 'SEO Settings') @section('content')

All SEO Settings

Manage SEO meta tags for all content

@forelse($seoSettings as $seo) @empty @endforelse
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.
@if($seoSettings->hasPages())
{{ $seoSettings->links() }}
@endif