@extends('platform.layout') @section('title','Suporte') @section('content')

Suporte

Pedidos dos clientes, prioridades e tempos de resposta.

Novo pedido
@foreach($tickets as $ticket)@endforeach
ReferênciaClienteAssuntoEstadoPrioridadeResponsável
{{ $ticket->reference }}{{ $ticket->tenant?->name ?? 'Plataforma' }}{{ $ticket->subject }}{{ $ticket->status }}{{ $ticket->priority }}{{ $ticket->assignee?->name ?? 'Por atribuir' }}Abrir
{{ $tickets->links() }}
@endsection