| {{ $t->id }} |
{{ $t->fecha }} |
{{ ucfirst($t->tipo) }} |
{{ $t->vendedor }} |
{{ $t->cliente }} |
{{ $t->placas }} |
{{ number_format($t->monto, 2) }} |
{{ collect($t->recorrido)->map(fn ($e) => $e['fecha'] ? $e['etapa'].' ('.$e['fecha'].')' : $e['etapa'])->implode(' -> ') }} |
{{ $t->desenlace_label }} |
@endforeach