@include('front.layout.front_head')
@include('front.layout.front_header')
@include('front.layout.front_breadcrumbs')

{{$blog_details->post_name}}

{!! $blog_details->post_content !!}
@if(count($comments) > 0)

{{ count($comments)}} comments found

@foreach($comments as $cm)