@extends('site.layout') @section('content')
← 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)
{{ $blogPost->title }}
@endif
{!! $blogPost->body !!}
@endsection