• Home
  • Trainings
  • People
  • To-dos
  • 1:1s
  • Reviews
  • @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can see Checklist TAB on main Menu'))
  • Checklists
  • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can View Problem Solving Link'))
  • Problem Solving
  • @endif
  • Home
    • Dashboard
    • Change Password
    • Change Profile Photo
    @can('Can Explore Shortcut')
  • Explore
      @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can Explore Shortcut - My Trainings'))
    • My Trainings
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can Explore Shortcut - Other Teams'))
    • Other Teams
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can Explore Shortcut - Other Departments'))
    • Other Departments
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can Explore Shortcut - All Trainings'))
    • All Trainings
    • @endif
  • @endcan
  • Trainings
      @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can view manage training link'))
    • Manage Trainings
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can Create Trainings'))
    • Add Trainings
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can View Archived Trainings'))
    • Archives
    • @endif
    @can('Can see my profile')
  • {!! profile_info(['withinSpecificElement'=>'XX']) !!} My Profile
  • @endcan
  • Loading...
  • To-dos
      @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can View Manage Todos Link'))
    • To-dos
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can Create Todo'))
    • Add To-dos
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can archive todos'))
    • Archives
    • @endif
  • 1:1s
      @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can view all one to one cycles (VIEW ONLY)'))
    • Manage 1:1 Cycles
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can manage 1:1s'))
    • Manage 1:1s
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can view archived 1:1s'))
    • Archived 1:1s
    • @endif
  • Review Cycles
      @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can View Review Cycle Link'))
    • Review Cycles
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can View Manage Review Link'))
    • Manage Reviews
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can View Archived Review Link'))
    • Archived Reviews
    • @endif
  • Checklists
      @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can access & edit My checklists'))
    • Update my checklist
    • @endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can view other checklist in my departments only') || auth()->user()->can('Can view other checklists in all other departments'))
    • Manage Checklists
    • @endif
  • Problem Solving
      @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can View Problem Solving Link'))
    •   Problem Solving
    • @endif