{{ $post->title }} | Blog

{{ $post->title }}

{{ $post->published_at->format('d M, Y') }} | {{ $post->category ?? 'Sin categoría' }}
@if($post->image_path) {{ $post->title }} @endif
{!! $post->content !!}
← Volver al blog