@extends('corpo') @section('corpo') @php $tipo = "form"; $ok = 0; $type = 3; $ipdsa = ($portal->id == 7); @endphp
{!! Form::open(['url' => routeTenant('form.store.dispensa'), 'enctype'=>'multipart/form-data', 'class' => 'form', 'id' => 'form']) !!}

IDENTIFICAÇÃO DO EMPREENDEDOR

@include('form.dispensa.passo1')

IDENTIFICAÇÃO DO EMPREENDIMENTO

@include('form.dispensa.passo2')

ENDEREÇO PARA ENVIO DE CORRESPONDÊNCIA

@include('form.dispensa.passo3')

LOCALIZAÇÃO DO EMPREENDIMENTO

@include('form.dispensa.passo4')

DADOS DA(S) ATIVIDADE(S) DO EMPREENDIMENTO

@include('form.dispensa.passo5')

DECLARAÇÃO DE VERICIDADE DAS INFORMAÇÕES

@include('form.dispensa.passo6')
{!! Form::close() !!}
@endsection