@if($post->image) @else @endif {!! $post->content !!} @if($post->tags && count($post->tags) > 0) @foreach($post->tags as $tag) #{{ $tag }} @endforeach @endif