{{ config('app.name', 'Laravel') }}
  • {{ __('Dashboard') }}
  • @if(PerUser('roles.index')||PerUser('users.index'))
  • {{ __('Users & Roles') }}
  • @endif @if(PerUser('roles.index'))
  • {{ __('Roles') }}
  • @endif @if(PerUser('users.index'))
  • {{ __('Users') }}
  • @endif @if(PerUser('departments.index')||PerUser('job_titles.index'))
  • {{ __('Departments & Job Titles') }}
  • @endif @if(PerUser('departments.index'))
  • {{ __('Departments') }}
  • @endif @if(PerUser('job_titles.index'))
  • {{ __('Job Titles') }}
  • @endif @if(PerUser('kpis.index'))
  • {{ __('KPIS') }}
  • @endif @if(PerUser('kpis.index'))
  • {{ __('KPIS') }}
  • @endif @if(PerUser('users_kpis.index'))
  • {{ __('User KPIS') }}
  • @endif @if(PerUser('users_kpis.report'))
  • {{ __('User KPIS Report') }}
  • @endif @if(PerUser('users_kpis.total_report'))
  • {{ __('User KPIS Total Report') }}
  • @endif