@extends('layouts.admin') @section('title', 'SEO Settings') @section('content')
Manage SEO meta tags for all pages
| Page | Meta Title | Meta Description | Status | Actions |
|---|---|---|---|---|
|
{{ $seo->page_title }}
{{ $seo->page_name }} |
{{ $seo->meta_title ?? '-' }}
|
{{ $seo->meta_description ?? '-' }}
|
@if($seo->is_active) Active @else Inactive @endif | Edit SEO |
|
No SEO settings found. |
||||