All Meta Tags

Meta Tags List

@if(request('page_url')) Reset @endif
@forelse ($metaTags as $metaTag) @empty @endforelse
# Page URL Meta Title Meta Keywords Meta Description Created At Updated At Actions
{{ $loop->iteration }} {{ $metaTag->page_url ?? '—' }} {{ $metaTag->meta_title ?? '—' }} @if($metaTag->meta_keywords) {{ Str::limit($metaTag->meta_keywords, 40) }} @else — @endif @if($metaTag->meta_description) {!! Str::limit($metaTag->meta_description, 60) !!} @else — @endif {{ $metaTag->created_at ? $metaTag->created_at->format('d M, Y') : '—' }} {{ $metaTag->updated_at ? $metaTag->updated_at->format('d M, Y') : '—' }} Edit
@csrf @method('DELETE')
No Meta Tags found.
@if ($metaTags->count())
Showing {{ $metaTags->firstItem() }} to {{ $metaTags->lastItem() }} of {{ $metaTags->total() }} entries
{{ $metaTags->withQueryString()->links('pagination::bootstrap-5') }}
@endif