Reports {{ $total_reports_count }} Total

@foreach ($reports as $report) @endforeach
Reported user Reported by Date Time Type Action
{{ $report->user->fullName() }} {{ $report->reportedBy->fullName() }} {{ \Carbon\Carbon::parse($report->created_at)->format('d/m/Y') }} {{ \Carbon\Carbon::parse($report->created_at)->format('H:i') }}
@if ($report->reportable_type == 'comment') Abusive comment @elseif ($report->reportable_type == 'post') Abusive post @else Abusive profile @endif
{{ $reports->onEachSide(3)->links('custom-pagination-links-view') }}
@push('modals') @livewire('modals.delete') @endpush