@if(!$tem_recorrencia)
{!! Form::model($listar, [
'method' => 'POST',
'route' => ['vendas_recorrencias_cartaoCadastrargo'],
'class' => 'horizontal-form', 'onsubmit'=>'getModalAguarde();'
]) !!}
@else
{!! Form::model($listar, [
'method' => 'PUT',
'route' => ['vendas_recorrencias_cartaoEditargo', $recorrencia->id],
'class' => 'horizontal-form'
]) !!}
@endif
{!! Form::label('plano_id', 'Plano') !!}
@if($tem_recorrencia)
Cancelar Plano
@else
@endif
{!! Form::label('cpf_cartao', 'CPF do Titular', ['class' => 'control-label', 'id'=>'cpf_cartao']) !!}
@include ('vendas_recorrencias.form_dados_assinate', ['submitButtonText' => 'Update'])
{!! Form::close() !!}