Pagamento Múltiplo @isset($item) {{__moeda($item->valor_total)}}@endif

{!! Form::select('tipo_pagamento_row', 'Tipo de Pagamento',['' => 'Selecione'] + $tiposPagamento)->attrs(['class' => 'form-select']) !!}
{!! Form::tel('valor_row', 'Valor')->attrs(['class' => 'moeda']) !!}
{!! Form::date('data_vencimento_row', 'Vencimento')->attrs(['class' => ''])->value(date('Y-m-d')) !!}
{!! Form::text('observacao_row', 'Observação')->attrs(['class' => '']) !!}
@isset($item) @if($item != null && $item->fatura && sizeof($item->fatura) > 1) @foreach ($item->fatura as $fatura) @endforeach @endif @endisset @isset($data) @else @endif
Tipo de Pagamento Vencimento Valor Observações Ações
Soma pagamento:R$ {{ __moeda($data->valor_total) }}R$ 0,00
Valor restante:
Troco: