@extends('admin.layouts.app') @section('panel')
@forelse($comments as $comment) @empty @endforelse
@lang('Product') @lang('User') @lang('Status') @lang('Commented At') @lang('Action')
{{ __(@$comment->product->title) }} {{ __(@$comment->user->fullname) }}
@{{ $comment->user->username }}
@if ($comment->is_reported) @lang('Reported') @else @lang('Not Reported') @endif {{ showDateTime($comment->created_at) }} @if ($comment->is_reported) @lang('Report Details') @endif
{{ __($emptyMessage) }}
@if ($comments->hasPages()) @endif
@endsection @push('script-lib') @endpush @push('style-lib') @endpush @push('script') @endpush