{{--

{{ __('Dashboard') }}

--}} @can('isSuperAdmin') {{--
--}} @livewire('admin.super-admin-welcome') {{--
--}} @endcan @can('isAdmin') {{--
--}} @livewire('admin.admin-welcome') {{--
--}} @endcan @can('isViceChancellor') @livewire('vc.vc-dashboard') @endcan @can('isRegistrar') {{--
--}} {{--
--}} @endcan @can('isBursar') @endcan @can('isCourseSystem') @endcan @can('isDeanStudentAffair') @endcan @can('isDean') @livewire('dean.dean-dashboard') @endcan @can('isHeadofDepartment') {{--
--}} {{--
--}} {{--
--}} @livewire('hod.admin-hod') {{--
--}} @endcan @can('isDepartmentCoordinator') {{--
--}} @livewire('department-cordinator.cordinator-welcome') {{--
--}} @endcan @can('isStaff') {{--
--}} @livewire('admin.upload-result') {{--
--}} @endcan @can('isStudent') {{--
--}} @livewire('student.student-welcome') {{--
--}} @endcan