@extends('layouts.app', ['title' => 'Arquivos XML CTe']) @section('content')
| Rementente | Destinatário | Número | Chave | Valor da carga |
|---|---|---|---|---|
| {{ $item->remetente ? $item->remetente->info : '--' }} | {{ $item->destinatario ? $item->destinatario->info : '--' }} | {{ $item->numero }} | {{ $item->chave }} | {{ __moeda($item->valor_carga) }} | Total | {{ __moeda($data->sum('valor_carga')) }} | @endif
Filtre por período para buscar os arquivos
@endif