{{ $empresa->nome }} REGISTRO DE INVENTÁRIO Livro.: {{ $livro }}
INSC. ESTADUAL.: {{ $empresa->ie }} CNPJ(MF): {{ $empresa->cpf_cnpj }} existente em: {{ date('Y-m-d H:i') }}

@foreach($data as $item) @if($item->quantidade > 0) @endif @endforeach
NCM DESCRIÇÃO DO ARTIGO QUANTIDADE UNIDADE CUSTO UNITÁRIO CUSTO TOTAL
{{ preg_replace('/[^0-9]/', '', $item->produto->ncm)}} {{ $item->produto->nome }} {{ number_format($item->quantidade, 4, ',', '') }} {{ $item->produto->unidade }} {{ __moeda($item->valor_unitario) }} {{ __moeda($item->sub_total) }}
Total........: {{ __moeda($data->sum('sub_total')) }}