@extends('layouts.app', ['title' => 'Arquivos XML NFe']) @section('content')
| Cliente | Número | Chave | Valor |
|---|---|---|---|
| {{ $item->cliente ? $item->cliente->info : '--' }} | {{ $item->numero }} | {{ $item->chave }} | {{ __moeda($item->total) }} | Total | {{ __moeda($data->sum('total')) }} | @endif
Filtre por período para buscar os arquivos
@endif