{!! $post->content !!} {{-- Tags --}} @if($post->tags && count($post->tags) > 0) @foreach($post->tags as $tag) {{ $tag }} @endforeach @endif
Comments {{ $post->comment_count ? $post->comment_count:'' }}
{{-- Comment Form --}} @if(can('writeComments', $board)) @endif {{-- Comments List with Pagination --}}