@extends('admin.layout') @section('title', 'SEO Pages') @section('content')
Admin Panel
| Page Name | SEO Title | SEO Slug | Action |
|---|---|---|---|
| {{ $pageLabels[$page->page_key] ?? \Illuminate\Support\Str::headline($page->page_key) }} | {{ $page->seo_title }} | {{ $page->seo_slug }} | Edit |
| No SEO pages found. | |||