{{-- Success Message --}}
@if (session()->has('message'))
{{ session('message') }}
@endif
{{-- Card --}}
General Seo
@if(!$showForm) @endif
{{-- Form --}}
@if($showForm)
@include('livewire.admin.generalseo.general-seo-form')
@endif
{{-- Table --}}
@if(!$showForm)
{{ $seoSettings->links() }}
@endif
| SR No. | Page Slug | SEO Title | Meta Description | Created At | Action |
|---|---|---|---|---|---|
| {{ $index+1 }} | {{ $settings->type }} | {{ $settings->seo_title }} | {{ Str::limit($settings->meta_description, 50) }} | {{ $settings->created_at }} | |
| No records found | |||||