{{ __('Ads Report List') }}
SN | Report By | Report Type | Report | Ads | Date |
---|---|---|---|---|---|
SN | Report By | Report Type | Report | Ads | Date |
{{ $key + 1 }} | {{ $report->name}} | {{ $report_types[$report->reason] ?? '' }} | @if (str_word_count($report->message) > 20) {!! nl2br(Str::words($report->message, 20)) !!} more @else {!! nl2br($report->message) !!} @endif | @if ($report->ads_id) {{ $report->ads->title }} @endif | {{ date('d F, Y h:i A',strtotime($report->created_at)) }} |