• {{Auth::user()->name}}

    {{Auth::user()->type}}

    {{Auth::user()->name}}
    {{Auth::user()->type}}
    @if(Auth::user()->type == 'Admin') @endif Logout
    @csrf
  • YOUR COMPANY
  • @if(Auth::user()->type == 'Admin')
  • Dashboard
  • Manage Coordinator
  • List of Trainees
  • Admin
  • Report
  • @else
  • Dashboard
  • Manage Courses
  • Manage Coordinator
  • List of Trainees
  • Report
  • @endif