@extends('dashboard.layouts.app') @section('content') @include('components.alert')
Profile
@include('dashboard.staff.show_tabs.basic_info') @include('dashboard.staff.show_tabs.job') @include('dashboard.staff.show_tabs.educations') @include('dashboard.staff.show_tabs.work_experience') @include('dashboard.staff.show_tabs.summary') @include('dashboard.staff.show_tabs.tickets') @include('dashboard.profile.profile_tabs.payslip') @include('dashboard.staff.show_tabs.referrals') @include('dashboard.staff.show_tabs.payroll') @include('dashboard.profile.profile_tabs.bank_info') @include('dashboard.staff.show_tabs.project_access') @include('dashboard.profile.profile_tabs.staff_session_slots') @include('dashboard.profile.profile_tabs.items') @if ($staff->jobTitle && strtolower($staff->jobTitle->slug) === 'teacher') @include('dashboard.staff.show_tabs.performance_report') @include('dashboard.staff.show_tabs.teacher_slots') @include('dashboard.staff.show_tabs.specialization') @endif @if ($staff->jobTitle && strtolower($staff->jobTitle->slug) === 'tester') @include('dashboard.staff.show_tabs.tester_slots') @endif
@endsection