Product Reports
Sr.No |
Product |
Title |
Report Reason |
Report Details |
Date |
Status |
Action |
@foreach ($reports as $report)
{{ $loop->iteration }} |
|
{{ $report->ad->title }} |
{{ $report->user->name }} |
{{ $report->report_details }} |
{{ $report->created_at->format('d-m-Y h:i:s A') }} |
|
|
|
@endforeach
@if ($reports->isEmpty())
No Reports . . . !
|
@endif
{!! $reports->withQueryString()->links('pagination::bootstrap-5') !!}