| Documento | Remetente | Destinatario | Status | Eventos | Localizacao | Comprovante |
|---|---|---|---|---|---|---|
|
NF {{ $nota->numero_nf ?: '-' }}
CT-e {{ $nota->numero_cte ?: '-' }} | Rom. {{ $nota->numero_romaneio ?: '-' }}
{{ $nota->data_emissao?->format('d/m/Y') ?: '-' }}
|
{{ $nota->remetente_nome ?: $nota->cliente_nome ?: '-' }}
{{ $nota->remetente_documento ?: $nota->cliente_documento ?: '-' }}
|
{{ $nota->destinatario_nome ?: '-' }}
{{ trim((string) $nota->destino_cidade.'/'.(string) $nota->destino_uf, '/') ?: '-' }}
|
{{ strtoupper(str_replace('_', ' ', $nota->status_entrega ?: 'pendente')) }} |
Chegada: {{ $nota->saida_efetiva_at?->format('d/m/Y H:i') ?: '-' }}
Entrega: {{ $nota->entregue_at?->format('d/m/Y H:i') ?: '-' }}
Recebedor: {{ $nota->recebedor_nome ?: '-' }}
@if(filled($nota->ocorrencia_descricao))
Ocorrencia: {{ $nota->ocorrencia_descricao }}
@endif
|
{{ $latlong ?: '-' }} | @if($comprovanteUrl) Ver comprovante @else Sem comprovante @endif |