{{-- 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) @forelse($seoSettings as $index => $settings) @empty @endforelse
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
{{ $seoSettings->links() }} @endif
@push('scripts') @endpush