@extends('dashboard_app') @section('title', '') @section('title-dashboard') @endsection @section('pg-home') @endsection @section('content') @parent
Plano de Descontos!
@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
@if($tem_recorrencia)
Cancelar Plano
@else
@endif
@include ('vendas_recorrencias.form_dados_assinate', ['submitButtonText' => 'Update'])
{!! Form::close() !!}
@endsection