| Ticket | Cliente | Assunto | Departamento | Prioridade | Status | Atribuído | Última resposta | Ações |
|---|---|---|---|---|---|---|---|---|
| {{ $ticket->ticket_id }} |
{{ $ticket->user->name }}
{{ $ticket->user->email }}
|
{{ $ticket->subject }}
{{ Str::limit($ticket->message, 50) }}
|
{{ ucfirst($ticket->department) }} | {{ ucfirst($ticket->priority) }} |
@if($ticket->assigned_to)
{{ $ticket->assignedTo->name }}
@else
@endif
|
{{ $ticket->last_reply_at ? $ticket->last_reply_at->diffForHumans() : 'Sem respostas' }} | Ver | |
| Nenhum ticket encontrado | ||||||||