{{--
 
--}}
  • {{ __('Dashboard') }}
  • @if(canViewUpdate('view personal inbox messages'))
  • {{ __('Inbox') }} 0
  • @endif @if(canViewUpdate('view tasks of own organization') || canViewUpdate('view tasks of other organizations'))
  • {{ __('Tasks') }}
  • @endif @if(getAuthUser()->isSuperAdmin() || in_array(getAuthUser()->id, $open_task_users__))
  • {{ __('New Open Tasks') }} 0
  • @endif @if(canViewUpdate('view routes') && modubleEnabled('routes'))
  • {{ __('Routes') }}
  • @endif @if(canViewUpdate('view agenda') && modubleEnabled('agenda'))
  • {{ __('Agenda') }}
  • @endif @if(canViewUpdate('View projects of own organization') || canViewUpdate('View projects of other organizations'))
  • {{ __('Projects') }}
  • @endif @if(canViewUpdate('View internal projects'))
  • {{ __('Internal Projects') }}
  • @endif @if(modubleEnabled('articles') && (canViewUpdate('view article tasks of own organization') || canViewUpdate('view article tasks of other organizations')))
  • {{ __('Articles') }}
  • @endif @if(canViewUpdate('view own organization') || canViewUpdate('view other organizations')) @php $active_organisation_types = activeOrganisationTypes(); @endphp
  • {{ __('Organisations') }}
      @if(canViewUpdate('View other organizations')) @foreach($active_organisation_types as $organisation_type) @php $view_permission = 'view ' . $organisation_type['title_en'] . ' organisations'; @endphp @if(canViewUpdate($view_permission))
    • {{ $organisation_type['title'] }}
    • @endif @endforeach
    • {{ __('All organisations') }}
    • @elseif(canViewUpdate('view own organization'))
    • {{ __('My organisation') }}
    • @endif
  • @endif @if(canViewUpdate('view users of own organization') || canViewUpdate('view users of other organizations'))
  • {{ __('Users') }}
  • @endif @if(canViewUpdate('View client user'))
  • {{ __('Client Users') }}
  • @endif @if(canViewUpdate('view end user') && modubleEnabled('end_user'))
  • {{ __('End users') }}
  • @endif @if(canViewUpdate('view authorization'))
  • {{ __('Authorization') }}
      @if(canViewUpdate('view roles'))
    • {{ __('Roles') }}
    • @endif @if(canViewUpdate('view permissions'))
    • {{ __('Permissions') }}
    • @endif
  • @endif @if(canViewUpdate('view settings'))
  • {{ __('Settings') }}
  • @endif
  • Refresh Media Logo