@props(['post']) @if ($post->published_at) Published on {{ $post->published_at->format('M jS, Y') }} — in {{ $post->category->name }} @else [Not published] @endif