Blog Preview

Review content, SEO metadata, and publishing details.

Edit Post
@if($post->featuredImage) {{ $post->featuredImage->alt_text ?: $post->title }} @endif
{{ ucfirst($post->status) }} {{ $post->published_at ? $post->published_at->format('d M Y, h:i A') : 'Not published yet' }}

{{ $post->title }}

@if($post->excerpt)

{{ $post->excerpt }}

@endif
{!! $post->detail !!}

Post Info

Slug

{{ $post->slug }}

Author

{{ $post->author?->name ?: 'Admin' }}

Created

{{ $post->created_at->format('d M Y, h:i A') }}

Updated

{{ $post->updated_at->format('d M Y, h:i A') }}

SEO Metadata

SEO Title

{{ $post->seo_title ?: 'Not set' }}

SEO Keywords

{{ $post->seo_keywords ?: 'Not set' }}

SEO Description

{{ $post->seo_description ?: 'Not set' }}