@php $hasCoverPhoto = isset($post->image) && $post->image != null; @endphp
{{ $post->content->title ?? '' }}
{!! $post->content->description !!}
{!! $post->content->content !!}