{{ __('messages.Blog') }}

{{ $post->title }}

@if ($post->published_on)

{{ $post->published_on->toFormattedDateString() }}

@endif
{!! $html !!}