← Back
{{ $blogPost->title }}
@if ($blogPost->published_at)
{{ $blogPost->published_at->format('d M Y') }}
@endif
@if ($blogPost->author_name)
• {{ $blogPost->author_name }}
@endif
@if ($blogPost->cover_image_path)
@endif
{!! $blogPost->body !!}
@endsection