@extends('admin.layouts.app') @section('title', 'Support Tickets') @section('page-title', 'Support Tickets') @section('page-subtitle', 'Handle support requests') @section('content')
{{ $stats['total'] }}
Total
{{ $stats['open'] }}
Open
{{ $stats['in_progress'] }}
In Progress
{{ $stats['resolved'] }}
Resolved
{{ $stats['average_response'] }}
Avg Response
| Ticket # | Subject | Priority | Status | Assigned | Actions | |
|---|---|---|---|---|---|---|
| {{ $ticket->ticket_number }} |
{{ $ticket->subject }} {{ ucfirst($ticket->category) }} |
{{ ucfirst($ticket->priority) }} | {{ str_replace('_', ' ', ucfirst($ticket->status)) }} |
@if($ticket->assignedUser)
|
||
|
No tickets found |
||||||