@extends(layoutTenant()) @section('title') Processos ExcluĂ­dos- Licenciamento Ambiental @php $pagina = "excluidos"; @endphp @endsection @section('content') @if ($errors->all()) @endif @if (session('success'))
{{ session('success') }}
@endif @if (session('erro'))
{{ session('erro') }}
@endif

Processos ExcluĂ­dos

@endsection @section('post-script') @endsection