@foreach($blogs as $post)
blog_image

{{ $post->heading }}

{{ $post->user }} {{ count($post->comments) }} {{ __('staticwords.Comments') }} {{ date('d-m-Y h:i A',strtotime($post->created_at)) }} {{ views($post)->unique()->count() }} {{ read_time($post->des ) }}

{{substr(strip_tags($post->des), 0, 400)}}{{strlen(strip_tags( $post->des))>400 ? '...' : ""}}

{{ __('staticwords.readmore') }}

@endforeach
{!! $blogs->links() !!}