@extends('layouts.admin') @section('title', 'Support Tickets') @push('styles') @endpush @section('content')
Manage and respond to customer support requests
| Reference | User | Subject | Module | Priority | Status | Last Reply | Actions |
|---|---|---|---|---|---|---|---|
| {{ $ticket->reference }} |
{{ $ticket->user->name ?? 'N/A' }}
{{ $ticket->user->email ?? '' }}
|
{{ $ticket->subject }}
|
{{ ucfirst($ticket->module ?? 'general') }} | {{ ucfirst($ticket->priority ?? 'normal') }} | {{ str_replace('_', ' ', ucfirst($ticket->status)) }} | {{ $ticket->last_reply_at ? $ticket->last_reply_at->diffForHumans() : $ticket->created_at->diffForHumans() }} | View |
There are no support tickets matching your criteria. Adjust the filters or check back later.