@include('front.layout.front_head')
@include('front.layout.front_header')
@include('front.layout.front_breadcrumbs')
{{$blog_details->post_name}}
{{$bl_sdate}}
@if(count($comments) > 0) {{ count($comments)}} @else 0 @endif comments
{!! $blog_details->post_content !!}
share this
@if(count($comments) > 0)
{{ count($comments)}} comments found
@foreach($comments as $cm)
{{$cm->user_name}}
{{ count($comments)}} comments found
@foreach($comments as $cm)