@extends('corpo') @section('corpo') @php $ok = 0; $tipo = "form"; $type = 1; @endphp
{!! Form::open(['url'=>routeTenant('form.store'), 'class'=>'form','id'=>'form']) !!}

IDENTIFICAÇÃO DO EMPREENDEDOR

@include('form.fce.passo1')

IDENTIFICAÇÃO DO EMPREENDIMENTO

@include('form.fce.passo2')

ENDEREÇO PARA ENVIO DE CORRESPONDÊNCIA

@include('form.fce.passo3')

LOCALIZAÇÃO DO EMPREENDIMENTO

@include('form.fce.passo4')

DESCRIÇÃO DO PROCESSO PRODUTIVO

@include('form.fce.passo5')

DADOS DA(S) ATIVIDADE(S) DO EMPREENDIMENTO

@include('form.fce.passo6')

USO DE RECURSO HÍDRICO

@include('form.fce.passo7')

INTERVENÇÃO AMBIENTAL

@include('form.fce.passo8')

MOVIMENTAÇÃO DE TERRA

@include('form.fce.passo9')

EFLUENTES LÍQUIDOS

@include('form.fce.passo10')

EMISSÃO SONORA

@include('form.fce.passo11')

RESÍDUOS COMUNS

@include('form.fce.passo12')

DECLARAÇÃO DE INEXISTÊNCIA DE RESTRIÇÕES

@include('form.fce.passo13')

DECLARAÇÃO DE VERICIDADE DAS INFORMAÇÕES

@include('form.fce.passo14')
{!! Form::close() !!}
@endsection