@extends('layouts.admin-sidebar') @section('title', $page->title) @section('page-title', 'View Page') @section('page-description', 'Viewing: ' . $page->title) @section('content')
{{ ucfirst($page->status) }} • Created {{ $page->created_at->format('M j, Y') }} • Last updated {{ $page->updated_at->format('M j, Y g:i A') }}
{{ $page->slug }}
{{ ucfirst($page->status) }}
{{ $page->published ? 'Yes' : 'No' }}
{{ $page->published_at->format('M j, Y g:i A') }}
{{ $page->is_featured ? 'Yes' : 'No' }}
{{ $page->meta_title ?: $page->title }}
{{ $page->meta_description }}
{{ $page->excerpt }}
{{ $page->creator->name }}
{{ $page->updater->name }}