@extends('theme') @section("title", "Portal da Transparência - Angra dos Reis :: Estrutura Organizacional") @section('content')
@php $breadcrumbs = [ [ 'route' => route('index'), 'title' => __("Página Inicial"), ], [ 'currentPage' => "page", 'title' => __("Estrutura Organizacional"), ], ]; @endphp @include('components._breadcrumb', $breadcrumbs) @include('components._titleMain', [ "title" => __("Estrutura Organizacional"), "summary" => __(""), ])
Carregando...

Carregando estrutura organizacional...

@endsection