@lang('admin.managePages')
@forelse ($pages as $page) @empty @endforelse ($pages as $page)
@lang('common.image') @lang('common.title') @lang('common.status') @lang('common.dateAdded') @lang('common.action')
@if (!empty($page->og_image)) @endif {{ $page->title }} @if ($page->published === 1) @lang('common.active') @else @lang('common.inactive') @endif {{ $page->created_at->format(setting('datetime_format', 'F d, Y h:ia')) }}
@if (!empty($page->slug)) @endif
@method('DELETE') @csrf
@lang('common.noRecordsFund')
@if ($pages->hasPages()) @endif