@if ($post != null)
@if ($media != null)
{{ $media('4_3', ['class' => 'absolute inset-0 z-0 h-full w-full object-cover blur-[1px]']) }}
@else
@endif

{{ $post->title }}

{{ $post->category }}

@if (isset($post->excerpt))

{{ $post->excerpt }}

@endif

{{ $post->author }}

@endif