{{__('admin.Blog Comment')}}
{{__('admin.Name')}} | {{ html_decode($blog_comment->name) }} |
{{__('admin.Email')}} | {{ html_decode($blog_comment->email) }} |
{{__('admin.Creted at')}} | {{ $blog_comment->created_at->format('h:iA, d F Y') }} |
{{__('admin.Comment')}} | {{ html_decode($blog_comment->comment) }} |
{{__('admin.Go to Blog')}} | {{__('admin.view')}} |
{{__('admin.Status')}} | @if($blog_comment->status == 1) @else @endif |