{!! Form::label('numero_doc', trans('contas_apagar.numero_doc'), ['class' => 'control-label']) !!}
{!! Form::text('numero_doc', null, ['class' => 'form-control', 'required' => 'required', 'placeholder'=>'Nº']) !!} {!! $errors->first('numero_doc', '

:message

') !!}
{!! Form::label('tipo_categoria_id', trans('contas_apagar.tipo_categoria_id'), ['class' => 'control-label']) !!}
{!! $errors->first('tipo_categoria_id', '

:message

') !!}
{!! Form::label('empresa_id', trans('contas_apagar.empresa_id'), ['class' => 'control-label']) !!}
{!! $errors->first('empresa_id', '

:message

') !!}
{!! Form::label('cliente_fornecedor_id', trans('notas_compras.cliente_fornecedor_id'), ['class' => 'control-label']) !!}
{!! Form::select('cliente_fornecedor_id', $fornecedores, null, ['class' => 'form-control select2','required'=>'required','id' => 'cliente_fornecedor_id', 'placeholder'=>'Escolha']) !!} {!! $errors->first('cliente_fornecedor_id', '

:message

') !!}
{!! Form::label('vencimento_base', 'Data da Compra', ['class' => 'control-label']) !!}
{!! Form::text('vencimento_base', null, ['class' => 'form-control date-picker text-alignright', 'required' => 'required', 'maxlength'=>'10', "onkeyup"=>"formatar('##/##/####', this);return SomenteNumero(event);", 'placeholder'=>'Data']) !!} {!! $errors->first('vencimento_base', '

:message

') !!}
{!! Form::label('individamento', 'Endividamento', ['class' => 'control-label']) !!}
{!! Form::select('individamento', array('Não'=>'Não','Sim'=>'Sim'), null, ['class' => 'form-control select2','required' => 'required','id' => 'individamento']) !!} {!! $errors->first('individamento', '

:message

') !!}
{!! Form::label('n_parcelas', trans('contas_apagar.n_parcelas'), ['class' => 'control-label']) !!}
{!! Form::number('n_parcelas', null, ['class' => 'form-control', 'readonly', 'required' => 'required',"onKeyUp"=>"SomenteNumero(this);"]) !!} {!! $errors->first('n_parcelas', '

:message

') !!}
{!! Form::label('valor', 'Valor Total', ['class' => 'control-label']) !!}
{!! Form::text('valor', null, ['class' => 'form-control text-alignright', 'placeholder'=>'0,00', "onKeyUp"=>"maskIt(this,event,'###.###.###,##',true); recalculaParcelas();", 'required' => 'required']) !!} {!! $errors->first('valor', '

:message

') !!}
{!! Form::label('descricao_base', trans('contas_apagar.descricao_base'), ['class' => 'control-label']) !!}
{!! Form::text('descricao_base', null, ['class' => 'form-control','onkeyup'=>'corrigiDescricaoBase(this);', 'placeholder'=>'Descrição Base']) !!} {!! $errors->first('descricao_base', '

:message

') !!}

Parcelas

( ! ) Notice: Undefined variable: parcelas_pagas in /home/radicalf/public_html/grupofrota/resources/views/contas/form.blade.php on line 81 Call Stack #TimeMemoryFunctionLocation 10.0022238664{main}( ).../form.blade.php:0
( ! ) Notice: Trying to get property of non-object in /home/radicalf/public_html/grupofrota/resources/views/contas/form.blade.php on line 81
Call Stack
#TimeMemoryFunctionLocation
10.0022238664{main}( ).../form.blade.php:0
"> ( ! ) Notice: Undefined variable: parcelas_pagas in /home/radicalf/public_html/grupofrota/resources/views/contas/form.blade.php on line 82 Call Stack #TimeMemoryFunctionLocation 10.0022238664{main}( ).../form.blade.php:0
( ! ) Notice: Trying to get property of non-object in /home/radicalf/public_html/grupofrota/resources/views/contas/form.blade.php on line 82
Call Stack
#TimeMemoryFunctionLocation
10.0022238664{main}( ).../form.blade.php:0
0,00"> @foreach($itens_conta as $itens)
( ! ) Notice: Undefined variable: itens in /home/radicalf/public_html/grupofrota/resources/views/contas/form.blade.php on line 84
Call Stack
#TimeMemoryFunctionLocation
10.0022238664{main}( ).../form.blade.php:0

( ! ) Notice: Trying to get property of non-object in /home/radicalf/public_html/grupofrota/resources/views/contas/form.blade.php on line 84
Call Stack
#TimeMemoryFunctionLocation
10.0022238664{main}( ).../form.blade.php:0
status_id == 3) style="color: red;" readonly @endif class="form-control" id="descricao_parcela{{$i}}" name="descricao_parcela[]" value="{{$itens->descricao}}" @if($itens->situacao == 'Pago'){{'readonly'}}@endif >
status_id == 3) style="color: red;" readonly @endif name="vencimento_parcela[]" id="vencimento_parcela{{$i}}" class="form-control date-picker text-alignright" maxlength="10" onkeyup="formatar('##/##/####', this);return SomenteNumero(event)" placeholder="Data" required value="{{dataBrasileira($itens->vencimento)}}" @if($itens->situacao == 'Pago'){{'readonly'}}@endif>
@if($itens->status_id == 3)@endif
status_id == 3) style="color: red;" readonly @endif required name="valor_parcela[]" id="valor_parcela{{$i}}" class="form-control text-alignright" onkeyup="maskIt(this,event,'###.###.###,##',true);" placeholder="0,00" value="{{number_format($itens->valor,2,',','.')}}" @if($itens->situacao == 'Pago'){{'readonly'}}@endif>

( ! ) Notice: Undefined variable: itens in /home/radicalf/public_html/grupofrota/resources/views/contas/form.blade.php on line 131
Call Stack
#TimeMemoryFunctionLocation
10.0022238664{main}( ).../form.blade.php:0

( ! ) Notice: Trying to get property of non-object in /home/radicalf/public_html/grupofrota/resources/views/contas/form.blade.php on line 131
Call Stack
#TimeMemoryFunctionLocation
10.0022238664{main}( ).../form.blade.php:0
@endforeach