@extends('layout.main') @section('content')

{{ $user->username }}

{{ __('General Info') }}
{{ __('Basic Information') }}
Profile

{{ data_get($employee, 'designation.designation_name', '-') }} - {{ data_get($employee, 'department.department_name', '-') }}

{{ __('Assigned Immigration') }}
@include('employee.immigration.index')
{{ __('Emergency Contacts') }}
@include('employee.emergency_contacts.index')
{{ __('Social Profile') }}
@include('employee.social_profile.index')
{{ __('All Documents') }}
@include('employee.documents.index')
{{ __('All Qualifications') }}
@include('employee.qualifications.index')
{{ __('Work Experience') }}
@include('employee.work_experience.index')
{{ __('Bank Account') }}
@include('employee.bank_account.index')
{{ __('Change Password') }}
@include('profile.employee_related.change_password')
{{ __('Profile Picture') }}
@include('employee.profile_picture.index')
{{ __('Salary Info') }}
@include('profile.employee_related.salary')
{{ __('Leave Info') }}
@include('employee.leave.index')
{{ __('Core HR') }}
@include('employee.core_hr.award.index')
{{ trans('file.Project') }} & {{ trans('file.Task') }}
@include('employee.project_task.index')
{{ trans('file.Payslip') }}
@include('employee.payslip.index')
@if ($errors->any())
@endif
@endsection