Emitente
{{ $nota['emitente'] ?: '—' }}
{{ $nota['cnpj_emit'] ? preg_replace('/(\d{2})(\d{3})(\d{3})(\d{4})(\d{2})/', '$1.$2.$3/$4-$5', $nota['cnpj_emit']) : '' }}
Nº / Série
{{ $nota['numero'] ?: '—' }} / {{ $nota['serie'] ?: '—' }}
Emissão
{{ $nota['data_emissao'] ?: '—' }}
Total NF-e
R$ {{ number_format($nota['total'] ?? 0, 2, ',', '.') }}
Itens
{{ count($items) }} produto(s)
@if(isset($nfeDocument) && $nfeDocument->stock_imported_at)
Importado anteriormente
{{ $nfeDocument->stock_imported_at->format('d/m/Y H:i') }}
@endif