Detalle de Tickets @if($type) — {{ $type }} @endif

@if ($from && $to) @if($type)@endif @if($type)@endif
Desde HastaTipo
{{ $from }} {{ $to }}{{ $type }}
@endif
{{-- --}} @foreach($tickets as $t) {{-- --}} @endforeach
ID Estatus Categoría Tipo Asunto Descripción Solicitante Email Teléfono DepartamentoAgenteCalificación Fecha creación Fecha actualización Mensajes
{{ $t->id }} {{ $t->status }} {{ $t->category }} {{ $t->type }} {{ $t->issue }} {{ $t->description }} {{ $t->user?->username }} {{ $t->user?->email }} {{ $t->user?->telephone }} {{ $t->user?->employee?->department?->name }}{{ $t->agent?->username ?? 'Sin asignar' }}{{ $t->rating }} {{ $t->created_at }} {{ $t->updated_at }} {{ $t->messages?->count() ?? 0 }}