@is(['root'])
-
Configurações
@endis
@shield('destination.index', 'users.index', 'roles.index')
@if (App::make('ModuleService')->isActive('Geral'))
-
Geral
@endif
@endshield
@shield('assemblymen.index', 'legislatures.index', 'parties.index', 'responsibilities.index', 'sectors.index')
@if (App::make('ModuleService')->isActive('Cadastro'))
-
Cadastro
@endif
@endshield
@shield(
'documents.index',
'adviceSituationDocuments.index',
'advicePublicationDocuments.index',
'documentModels.index',
'documentTypes.index',
'documentSituations.index',
'statusProcessingDocuments.index'
)
@if (App::make('ModuleService')->isActive('Documentos'))
-
Documentos
@endif
@endshield
@shield('commissions.index', 'officeCommissions.index', 'comissionSituations.index')
@if (App::make('ModuleService')->isActive('Comissoes'))
-
Comissões
@endif
@endshield
@shield('meetings.index', 'version_pauta.index', 'SessionTypes.index', 'structurepautas.index')
@if (App::make('ModuleService')->isActive('Sessoes'))
-
Sessões
@endif
@endshield
@shield('bidding.index')
@if (App::make('ModuleService')->isActive('Sessoes'))
-
Licitações
@endif
@endshield
@shield(
'lawsProjects.index',
'lawSituations.index',
'adviceSituationLaws.index',
'advicePublicationLaws.index',
'statusProcessingLaws.index',
'lawsTypes.index',
'lawsTags.index',
'lawsStructures.index',
'lawsPlaces.index'
)
@if (App::make('ModuleService')->isActive('Leis'))
-
Projeto de Lei
@endif
@endshield
@shield('attendance.index', 'people.index', 'typesOfAttendance.index')
@if (App::make('ModuleService')->isActive('Attendance'))
-
Recepção
@endif
@endshield
-
Relatórios
-
Suporte