@if($post->image) @endif {{ $post->title }} {{ $post->category?->name }} | {{ $post->created_at->format('d M Y') }} {!! nl2br(e($post->content)) !!} @if($post->tags->count() > 0) @foreach($post->tags as $tag) {{ $tag->name }} @endforeach @endif