@extends($active_theme) @section('title')
{{ $prevBlog->title }} {{__('user.Previous')}}
{{ $nextBlog->title }} {{__('user.next')}}
{{ html_decode($blog_comment->comment) }}
{{__('user.Your email address will not be published. Required fields are marked')}} *
{{ $popular_blog->created_at->format('d M Y') }}
{{ $subscriber->description }}
{{ $blog->totalComment }} {{__('user.Comments')}}
@foreach ($blog_comments as $blog_comment){{ html_decode($blog_comment->name) }}
{{ html_decode($blog_comment->comment) }}
{{ $blog_comment->created_at->format('d M Y') }}