{{ 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 !!}