{{ 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('projects.index')||PerUser('monitorings.index'))
  • {{ __('Quality') }}
  • @endif @if(PerUser('projects.index'))
  • {{ __('Projects') }}
  • @endif @if(PerUser('monitoring_types.index'))
  • {{ __('Monitoring Types') }}
  • @endif @if(PerUser('monitoring_questions.index'))
  • {{ __('Monitoring Questions') }}
  • @endif @if(PerUser('monitorings.index'))
  • {{ __('Monitorings') }}
  • @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 @if(PerUser('users_kpis.total_report'))
  • {{ __('User KPIS Operation Report') }}
  • @endif