Manage, investigate, and update public sanitation complaints filed by citizens.
| # | Complaint # | Citizen Details | Category & Location | Date Filed | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($complaints->currentPage() - 1) * $complaints->perPage() }} |
{{ $c->complaint_number }}
@if($c->photo_path)
|
{{ $c->name }} 📞 {{ $c->mobile_number }} |
{{ $c->category }}
@if($c->vehicle)
|
{{ $c->created_at->format('d M Y, h:i A') }} {{ $c->created_at->diffForHumans() }} | @if($c->status === 'resolved') Resolved @elseif($c->status === 'in_progress') In Progress @elseif($c->status === 'rejected') Closed @else {{ $c->reopen_count > 0 ? 'Pending (Reopened)' : 'Pending' }} @endif |
|
|
No complaints found Adjust your search or status filter. |
||||||
Filed by {{ $selectedComplaint->name }} ({{ $selectedComplaint->mobile_number }}) • {{ $selectedComplaint->created_at->format('d M Y, h:i A') }}