{{__('admin.Blog Comment')}}
| {{__('admin.SN')}} | {{__('admin.Name')}} | {{__('admin.Email')}} | {{__('admin.Comment')}} | {{__('admin.Blog')}} | {{__('admin.Status')}} | {{__('admin.Action')}} |
|---|---|---|---|---|---|---|
| {{ ++$index }} | {{ html_decode($blogComment->name) }} | {{ $blogComment->email }} | {{ html_decode($blogComment->comment) }} | {{__('admin.view')}} | @if($blogComment->status == 1) @else @endif |