@if(\App\Support\AccessRules::operationsClients(Auth::user()))
Clientes
@endif
@if(\App\Support\AccessRules::operationsSuppliers(Auth::user()))
Fornecedores
@endif
@if(\App\Support\AccessRules::operationsEvents(Auth::user()))
Eventos
@endif
@if(\App\Support\AccessRules::operationsEventHirings(Auth::user()))
Contratações
@endif
@if(\App\Support\AccessRules::operationsFinancial(Auth::user()))
Financeiro
@endif
@if(\App\Support\AccessRules::operationsSupplyItems(Auth::user()))
Suprimentos
@endif
@if(\App\Support\AccessRules::operationsSupplyMovements(Auth::user()))
Movimentações
@endif