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