{{$post->title}}

{!!$post->description!!}
Image placeholder
{!! $post->content !!}

Categories: @if($post->hasCategory()) {{$post->getCategoryTitle()}} @endif Tags: @foreach($post->tags as $tag){{$tag->title}}@endforeach