@section('css') @endsection @if($isVendaSuspensa) @endif @isset($pedido) @isset($isDelivery) @else @endif @endif @if(isset($config)) @else @endif @isset($agendamento) @endif
@isset($cliente)
Cliente: {{ $cliente->razao_social }}
@else
Cliente: Consumidor final
@endif @isset($funcionario)
Vendedor: {{ $funcionario->nome }}
@else
Vendedor: --
@endif

Categorias
@foreach ($categorias as $cat) @endforeach

Produtos

Leitor Ativado
Leitor Desativado
@if(__countLocalAtivo() > 1 && $caixa->localizacao)
{{ $caixa->localizacao->descricao }}
@endif
{!! Form::tel('quantidade', 'Quantidade')->attrs(['data-mask' => '00000,000', 'data-mask-reverse' => "true"]) !!}
{!! Form::tel('valor_unitario', 'Valor Unitário')->attrs(['class' => 'moeda value_unit']) !!}

{!! Form::hidden('subtotal', '')->attrs(['class' => 'moeda']) !!} {!! Form::hidden('valor_total', '')->attrs(['class' => 'moeda']) !!} {!! Form::hidden('valor_pagar', '')->attrs(['class' => '']) !!} {!! Form::hidden('valor_credito', '')->attrs(['class' => '']) !!}
@if (isset($item)) @foreach ($item->itens as $key => $product) @endforeach @endif @if (isset($servicos)) @foreach ($servicos as $key => $servico) @endforeach @endif @if (isset($pedido) && isset($itens)) @foreach ($itens as $key => $product) @endforeach @endif
Produto Quantidade Valor Subtotal #

Finalização da Troca

Desconto

R$ 0,00

Acréscimo

R$ 0,00

SUPRIMENTO
SANGRIA
TOTAL

@isset($item) {{ __moeda($item->valor_total) }} @else 0,00 @endif

Tipo de Pagamento
{!! Form::select('tipo_pagamento', '', ['' => 'Selecione'] + $tiposPagamento)->attrs(['class' => 'form-select'])->value(isset($item) ? $item->tipo_pagamento : '') !!}
Valor Recebido
{!! Form::tel('valor_recebido', '')->attrs(['class' => 'moeda']) !!}

TROCO =

Data dde vencimento
{!! Form::date('data_vencimento', '')->attrs(['class' => 'data_atual']) !!}

VALOR DA VENDA: R$ {{ __moeda($item->total) }}

VALOR À PAGAR: R$ {{ __moeda(0) }}

VALOR RESTANTE: R$ {{ __moeda(0) }}

Data da venda: {{ __data_pt($item->created_at) }}
Sair da Troca
{{--
{!! Form::select('forma_pagamento', 'Forma de Pagamento')->attrs(['class' => 'form-select']) !!}
{!! Form::select('tipo_pagamento', 'Tipo de Pagamento')->attrs(['class' => 'form-select']) !!}
--}}
@include('modals._pagamento_multiplo', ['not_submit' => true]) @include('modals._finalizar_troca', ['not_submit' => true]) @include('modals._funcionario', ['not_submit' => true]) @include('modals._cartao_credito', ['not_submit' => true]) @include('modals._variacao', ['not_submit' => true]) @include('modals._lista_precos') @include('modals._vendas_suspensas') @include('modals._cliente', ['cashback' => 1]) @section('js') @if($msgTroca != "") @endif @endsection