Manage service tickets raised by municipal departments. Update status, adjust priority, and reply to department remarks in real-time.
All logged requests
Awaiting action
Under field dispatch
Action complete
High priority focus
{{ !empty($search) || $statusFilter || $priorityFilter ? 'No tickets match the selected filters.' : 'No department operational tickets have been raised yet.' }}
| Ticket Code | Department & Submitter | Subject & Category | Priority | Status | Chat Remarks | Updated | Actions |
|---|---|---|---|---|---|---|---|
| {{ $t->ticket_code }} {{ $t->created_at->format('d M Y, h:i A') }} |
{{ $t->department_name }}
{{ $t->user?->name }} ({{ $t->user?->username ?: 'corp' }})
|
{{ $t->title }}
{{ $t->category }}
@if($t->location)
•
{{ $t->location }}
@endif
|
@if($t->priority === 'urgent')
|
@if($t->status === 'in_process')
@elseif($t->status === 'resolved')
|
|
{{ $t->updated_at->diffForHumans() }} |
Raised by {{ $selectedTicket->department_name }} ({{ $selectedTicket->user?->name }}) • {{ $selectedTicket->category }} • {{ $selectedTicket->created_at->format('d M Y, h:i A') }}
{{ $msg->message }}
@if($msg->attachment_path) @endif{{ $msg->message }}
@if($msg->attachment_path) @endif