{{ $post->title }}

{{ $post->created_at->format('F j, Y') }}

@if(auth()->user()?->admin) Edit Article @endif
{!! $post->content !!}