{{ Breadcrumbs::render('newsShow', $post) }}
@foreach($otherPosts as $post)
@if($loop->index >= 3)
@break
@endif
[{{ $otherPostCategory($post) }}]
@endforeach
[{{ $postCategory }}]
{{ $title }}
{!! $content !!}