@if($post->category) @endif
@if($post->image)
{{ $post->title }}
@endif
{!! $post->content !!}
@include('front::components.comments', ['model' => $post, 'route_link' => route('front.post.comments', ['post' => $post]) ])
@include('front::posts.partials.sidebar')