@php use App\Consorciado; $user = Auth::user(); $conso = Consorciado::where('cidade', $form->empreedimento_municipio)->first(); $time = \Carbon\Carbon::now(); @endphp
@if(!empty($user->account->logow)) @endif
PREFEITURA MUNICIPAL @if(isset($conso->cidade)) DE {{$conso->cidade}} @endif
@if(!empty($conso->brasao)) @endif
@if($type == 3) CERTIDÃO DE DISPENSA DE LICENCIAMENTO AMBIENTAL @else CERTIFICADO DE LICENCIAMENTO AMBIENTAL @if($form['6_modalidade_inicial'] == 'LAC1' || $form['6_modalidade_inicial'] == 'LAC2') CONCOMITANTE @else SIMPLIFICADO @endif N° @if(!empty($form->processo_numero)){{$form->processo_numero}} @endif @endif
{!! $messagem !!}
@if(empty($conso->nome_presidente_2))
@if (!empty($conso->assinatura_presidente))


@endif @if (!empty($conso->nome_presidente))
{{ $conso->nome_presidente }}
{{ $conso->cargo }}
@endif
@else
@if(!empty($conso->assinatura_presidente))


@endif @if(!empty($conso->nome_presidente))
{{ $conso->nome_presidente }}
{{ $conso->cargo }}
@endif
@if (!empty($conso->assinatura_presidente_2))


@endif @if (isset($conso->nome_presidente_2))
{{ $conso->nome_presidente_2 }}
{{ $conso->cargo_2 }}
@endif
@endif
@if($temverso)
{!! $messagemverso !!}
@endif