@livewire('hr.employee-train-component' , ['component_name' => 'create personal info','employee' => ($employee)?$employee:null ,'employee_id' => ($employee)?$employee->id:null])
@if(!$employee) {{__('hr_messages.Add Employee')}} @else {{__('hr_messages.Edit Employee')}} @endif
- {{__('hr_messages.Personal into')}}
@if (session()->has('message'))
{{ session('message') }}
@endif
gender
@if($gender == "male")
military_status
@endif
social_status_type_id
@foreach(\App\Models\SocialStatusType::all() as $social_status_type)
@endforeach
nationality_id
@foreach(\App\Models\Nationality::all() as $nationality)
@endforeach
religion_id
@foreach(\App\Models\Religion::all() as $religion)
@endforeach
personal_id_type_id
@foreach(\App\Models\PersonalIdType::all() as $personal_id_type)
@endforeach
@if($employee)
@else
@endif