{{$empresa->nome_fantasia}}

{{$empresa->razao_nome}}
{{$empresa->endereco}}, {{$empresa->numero}}, {{$empresa->municipio_nome}}-{{$empresa->uf}}
{{Str::formatBRFone($empresa->telefone)}}
CNPJ: {{Str::formatBRCNPJ($empresa->cpf_cnpj)}} IE: {{$empresa->ie}}

Dados Cliente
Cliente: {{$nfe_faturamento->razao_nome}}
CNPJ/CPF: {{Str::formatBRCNPJ($nfe_faturamento->cpf_cnpj)}}
Endereço: {{$nfe_faturamento->endereco}}, {{$nfe_faturamento->numero}}, {{$nfe_faturamento->bairro}}
Cidade: {{$nfe_faturamento->municipio}} - {{$nfe_faturamento->uf}}
Telefone: {{Str::formatBRFone($nfe_faturamento->telefone)}}

Dados Venda
{{$nfe_faturamento->id}}
Data: {{Str::formatBRDatetime($nfe_faturamento->data_venda)}}
Vendedor: {{$nfe_faturamento->vendedor}}
CÓDIGO DESCRIÇÃO
QTDxUNIT
TOTAL

@foreach ($nfe_itens_faturamento as $nfe_item_faturamento) @endforeach
{{$nfe_item_faturamento->id}}
{{$nfe_item_faturamento->descricao_longa}}
{{$nfe_item_faturamento->quantidade}} x {{Str::formatBRCurrency($nfe_item_faturamento->valor_unitario)}}
{{Str::formatBRCurrency($nfe_item_faturamento->valor_total)}}

@if($nfe_faturamento->valor_pago > $nfe_faturamento->valor_total_nota ) @else @endif
Subtotal: {{Str::formatBRCurrency($nfe_faturamento->valor_total_produtos)}}
Valor Desconto: - {{Str::formatBRCurrency($nfe_faturamento->valor_desconto)}}
Valor total: {{Str::formatBRCurrency($nfe_faturamento->valor_total_nota)}}
Valor Recebido {{Str::formatBRCurrency($nfe_faturamento->valor_pago)}}
--------------------
Troco{{Str::formatBRCurrency($nfe_faturamento->valor_pago - $nfe_faturamento->valor_total_nota)}} R$ 0,00

@foreach ($nfe_faturamento_pagamentos as $nfe_faturamento_pagamento) @endforeach
DATA PGTO
R$ VALOR TIPO PGTO
{{Str::formatBRDate($nfe_faturamento_pagamento->data_pagamento)}}
{{Str::formatBRCurrency($nfe_faturamento_pagamento->valor_pagamento)}} {{$nfe_faturamento_pagamento->descricao}}

Obrigado e volte sempre!
RM Sistemas