@include('dashboard.staff.tabs.basic_info')
@include('dashboard.staff.tabs.password')
@include('dashboard.staff.tabs.job')
@include('dashboard.staff.tabs.payroll')
@include('dashboard.staff.tabs.bank_info')
@include('dashboard.staff.tabs.project_access')
@include('dashboard.profile.edit_tabs.contact_details')
@if ($mode === 'edit')
@include('dashboard.staff.tabs.teacher_slots')
@include('dashboard.staff.tabs.tester_slots')
@include('dashboard.staff.tabs.staff_session_slots')
@endif
@include('dashboard.staff.tabs.specialization')
@if ($mode === 'create')
{{--
--}}
@else
@endif
Cancel