|
{{ $config->nome }} {{ $config->nome_fantasia }} {{ __setMask($config->cpf_cnpj) }} Inscrição Estadual: {{ $config->ie }} {{ $config->endereco }} {{ $config->celular }} |
||
|---|---|---|
|
{{ $item->cliente->razao_social }} {{ $item->cliente->cpf_cnpj }} |
||
| DOCUMENTO AUXILIAR | ||
| #{{ $i->produto->numero_sequencial }} @if(sizeof($i->pizzas) > 0) @foreach($i->pizzas as $s) 1/{{ sizeof($i->pizzas) }} {{ $s->sabor->nome }} @endforeach @else {{ $i->produto->nome }} @endif @if($i->tamanho) Tamanho: {{ $i->tamanho->nome }} @endif | ||
| Adicionais: @foreach($i->adicionais as $a) {{ $a->adicional->nome }}@if(!$loop->last), @endif @endforeach | ||
| R${{ __moeda($i->valor_unitario) }} | x{{ number_format($i->quantidade, 2) }} | R${{ __moeda($i->sub_total) }} |
| Observação: {{ $i->observacao }} | ||
| Qtde total de itens: | {{ sizeof($item->itens) }} | |
| Valor total: | R${{ __moeda($item->total + $item->desconto - $item->acrescimo) }} | |
| Acréscimo: | R${{ __moeda($item->acrescimo) }} | |
| Desconto: | R${{ __moeda($item->desconto) }} | |
| Valor entrega: | R${{ __moeda($item->valor_entrega) }} | |
| FORMA DE PAGAMENTO | ||
| {{ \App\Models\Nfce::getTipoPagamento($f->tipo_pagamento) }} | R${{ __moeda($f->valor) }} | |
| Troco: | R${{ __moeda($item->troco) }} | |
| Data: | {{ __data_pt($item->created_at) }} | |
| Código da venda: | {{ $item->numero_sequencial }} | |
| Observação: {{ $item->observacao }} | ||