Dashboard

Total de Notas

{{ $totalNotas ?? 0 }}

Valor Total

R$ {{ number_format($valorTotal ?? 0, 2, ',', '.') }}

Emitentes Ativos

{{ $emitentesAtivos ?? 0 }}

Canceladas

{{ $canceladas ?? 0 }}

Últimas Notas Baixadas
@forelse($ultimasNotas ?? [] as $nota) @empty @endforelse
Chave Valor Data
{{ substr($nota->chave_nfe, -10) }} R$ {{ number_format($nota->valor_total, 2, ',', '.') }} {{ $nota->dh_emissao?->format('d/m/Y') }}
Nenhuma nota baixada