@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...