Tickets de Suporte

Abertos
{{ $stats['open'] }}
Em Andamento
{{ $stats['in_progress'] }}
Resolvidos
{{ $stats['resolved'] }}
Fechados
{{ $stats['closed'] }}
Urgentes
{{ $stats['urgent'] }}
@forelse($tickets as $ticket) @empty @endforelse
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
{{ $tickets->links() }}