@extends('admin.layout.master') @section('content')

{{__('obs.employee')}} {{__('obs.profile')}}

{{$emp_info->emp_name}}

{{$emp_info->fetch_designation ? $emp_info->fetch_designation->name : null}}

{{$emp_info->fetch_department ? $emp_info->fetch_department->name :null}} Dept.

{{__('obs.email')}}: {{$emp_info->email}}

{{__('obs.phone')}}: {{$emp_info->emp_phone_no}}

{{__('obs.blood')}} {{__('obs.group')}}: {{$other_info ? $other_info->emp_blood_group : null}}

{{__('obs.age')}}: {{$other_info ? $other_info->emp_age : null}}

{{__('obs.gender')}}: @if($emp_info->emp_gender==1){{'Male'}}@else{{'Female'}}@endif

{{__('obs.personal')}} {{__('obs.info')}}
{{-- --}} {{-- --}} {{-- --}}
{{__('obs.father')}}'s {{__('obs.name')}}: {{$other_info ? $other_info->emp_father_name : null}} {{__('obs.mother')}}'s {{__('obs.name')}}: {{$other_info ? $other_info->emp_mother_name : null}}
{{__('obs.religion')}}: {{$other_info ? $other_info->emp_religion : null}} {{__('obs.nationality')}}: {{ $other_info ? $other_info->emp_nationality : null}}
{{__('obs.e')}}-{{__('obs.tin')}}: {{$other_info ? $other_info->emp_tin_no : null}} {{__('obs.nid')}}: {{$other_info ? $other_info->emp_nid : null}}

Father's name: {{$other_info ? $other_info->emp_father_name : null}}

Mother's name: {{$other_info ? $other_info->emp_mother_name : null}}

Religion: {{$other_info ? $other_info->emp_religion : null}}

Nationality: {{ $other_info ? $other_info->emp_nationality : null}}

E-Tin: {{$other_info ? $other_info->emp_tin_no : null}}

NID: {{$other_info ? $other_info->emp_nid : null}}

Passport No: {{$other_info ? $other_info->emp_passport_no : null}}

{{__('obs.address')}}

{{__('obs.address')}} {{__('obs.type')}}: {{__('obs.present')}}

{{__('obs.country')}}: @if(!empty($present_address)) {{$present_address->country}}@endif

{{__('obs.house')}}: @if(!empty($present_address)) {{$present_address->house_no}}@endif

{{__('obs.city')}}: @if(!empty($present_address)) {{$present_address->city}}@endif

{{__('obs.thana')}}: @if(!empty($present_address)) {{$present_address->thana}}@endif

{{__('obs.post')}} {{__('obs.office')}}: @if(!empty($present_address)) {{$present_address->post_office}}@endif

{{__('obs.road')}}/{{__('obs.village')}}: @if(!empty($present_address)) {{$present_address->road}}@endif

{{__('obs.address')}}: @if(!empty($present_address)) {{$present_address->address_description}}@endif

{{__('obs.address')}} {{__('obs.type')}}: {{__('obs.permanent')}}

{{__('obs.country')}}: @if(!empty($permanent_address)) {{ $permanent_address->country}}@endif

{{__('obs.house')}}: @if(!empty($permanent_address)) {{$permanent_address->house_no}}@endif

{{__('obs.city')}}: @if(!empty($permanent_address)) {{$permanent_address->city}}@endif

{{__('obs.thana')}}: @if(!empty($permanent_address)) {{$permanent_address->thana}}@endif

{{__('obs.post')}} {{__('obs.office')}}: @if(!empty($permanent_address)) {{$permanent_address->post_office}}@endif

{{__('obs.road')}}/{{__('obs.village')}}: @if(!empty($permanent_address)) {{$permanent_address->road}}@endif

{{__('obs.address')}}: @if(!empty($permanent_address)) {{$permanent_address->address_description}}@endif

{{__('obs.emergency')}} {{__('obs.contact')}}
@foreach($emergency_contacts as $emergency_contact) @endforeach

{{__('obs.name')}}: {{$other_info ? $other_info->emergency_contact_name : null}}

{{__('obs.relation')}}: {{$other_info ? $other_info->emergency_contact_relation : null}}

{{__('obs.phone')}}: {{$other_info ? $other_info->emergency_contact_phone : null}}

{{__('obs.email')}}: {{$other_info ? $other_info->emergency_contact_email : null}}

{{__('obs.address')}}: {{$other_info ? $other_info->emergency_contact_address : null}}

{{__('obs.name')}}: {{$emergency_contact->name ?? null}}

{{__('obs.relation')}}: {{$emergency_contact->relation ?? null}}

{{__('obs.phone')}}: {{$other_info ? $other_info->emergency_contact_phone : null}}

{{__('obs.email')}}: {{$other_info ? $other_info->emergency_contact_email : null}}

{{__('obs.adsress')}}: {{$emergency_contact->adsress ?? null}}

{{__('obs.account')}} {{__('obs.info')}}

{{__('obs.bank')}}: {{$other_info ? $other_info->bank_name : null}}

{{__('obs.acc')}} {{__('obs.name')}}: {{$other_info ? $other_info->bank_acc_name : null}}

{{__('obs.acc')}} {{__('obs.no')}}: {{$other_info ? $other_info->bank_acc_no : null}}

{{__('obs.branch')}}: {{$other_info ? $other_info->bank_branch : null}}

{{__('obs.bank')}} {{__('obs.amount')}}: {{$other_info ? $other_info->bank_amount : null}}

{{__('obs.recruitment')}} {{__('obs.info')}}

{{__('obs.joining')}} {{__('obs.date')}}: {{$emp_info->joining_date}}

{{__('obs.probation')}} {{__('obs.period')}}: {{$emp_info->probation_period}}

{{__('obs.confirm')}} {{__('obs.date')}}: {{$emp_info->confirm_date}}

{{__('obs.supervisor')}}: {{$emp_info->fetch_supervisor ? $emp_info->fetch_supervisor->emp_name : null}}

{{__('obs.attendance')}} {{__('obs.info')}}

{{__('obs.holiday')}} {{__('obs.policy')}}: {{$emp_info->employee_weekend ? $emp_info->employee_weekend->policy : null}}

{{__('obs.shift')}}: {{$emp_info->fetch_shift_info_data ? $emp_info->fetch_shift_info_data->name : null}}

{{__('obs.attendance')}} {{__('obs.type')}}: {{$emp_info->attendance_type ? 'Auto Attendance' : 'Manual Attendance' }}

{{__('obs.experience')}}
@foreach ($exp_info as $e) @endforeach

{{__('obs.company')}} {{__('obs.name')}}: {{$e->company_name ?? null}}

{{__('obs.designation')}}: {{$e->designation ?? null}}

{{__('obs.department')}}: {{$e->department ?? null}}

{{__('obs.period')}}: {{$e->period ?? null}}

{{__('obs.responsibility')}}: {{$e->responsibility ?? null}}

{{__('obs.education')}}
@foreach ($edu_info as $e) @endforeach

{{__('obs.title')}}: {{$e->title}}

{{__('obs.institution')}}: {{$e->institution}}

{{__('obs.board')}}: {{$e->board_university}}

{{__('obs.pass')}} {{__('obs.year')}}: {{$e->passing_year}}

{{__('obs.grade')}}: {{$e->grade}}

@if($emp_info->employee_skill)
{{__('obs.skill')}}

{{-- {{__('obs.skill')}}: {{$e->employee_skill}} --}} {{$emp_info->employee_skill}}

@endif
{{__('obs.reference')}}
@foreach($references as $reference) @endforeach

{{__('obs.organization')}}: {{$reference->ref_organization ?? null}}

{{__('obs.name')}}: {{$reference->ref_name ?? null}}

{{__('obs.designation')}}: {{$reference->ref_designation ?? null}}

{{__('obs.relations')}}: {{$reference->ref_relation ?? null}}

{{__('obs.phone')}}: {{$reference->ref_phone ?? null}}

{{__('obs.email')}}: {{$reference->ref_email ?? null}}

@endsection