{{ __('CMS Pages') }}
{{ __('Manage landing pages, static content, and blog posts.') }}
{{ __('Page Directory') }}
{{ __('Showing') }} {{ $pages->count() }} {{ __('of') }} {{ $pages->total() }} {{ __('pages.') }}
| {{ __('Page') }} | {{ __('Slug') }} | {{ __('Type') }} | {{ __('Meta Title') }} | {{ __('Status') }} | {{ __('Last Updated') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|---|---|
|
|
{{ $page->slug }}
|
{{ $typeLabels[$page->type] ?? ucfirst($page->type) }} | {{ $page->meta_title ?? '--' }} | @if($page->is_published) {{ __('Published') }} @else {{ __('Draft') }} @endif | {{ $page->updated_at ? $page->updated_at->format('M j, Y') : '--' }} | ||
{{ __('No pages yet') }}{{ __('Create your first page to get started with your public-facing content.') }} {{ __('Create Page') }} |
|||||||