{{$empresa->endereco}}, {{$empresa->numero}},
{{$empresa->municipio_nome}}-{{$empresa->uf}}
| 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
Nº {{$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)
{{$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)}}
|
|
@endforeach
| 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 |
@if($nfe_faturamento->valor_pago > $nfe_faturamento->valor_total_nota )
{{Str::formatBRCurrency($nfe_faturamento->valor_pago
- $nfe_faturamento->valor_total_nota)}} |
@else
R$ 0,00 |
@endif
DATA PGTO |
|
@foreach ($nfe_faturamento_pagamentos as $nfe_faturamento_pagamento)
{{Str::formatBRDate($nfe_faturamento_pagamento->data_pagamento)}}
|
{{Str::formatBRCurrency($nfe_faturamento_pagamento->valor_pagamento)}}
|
{{$nfe_faturamento_pagamento->descricao}} |
|
@endforeach
Obrigado e volte sempre!
RM Sistemas