{{-- Extends layout --}} @extends('layout.apidefault') @section('styles') @endsection {{-- Content --}} @section('css') @endsection @section('content')
Snow


সরকারী কর্মচারীর চাকুরি সংক্রান্ত তথ্যাদি
(কর্মচারী কর্তৃক পুরনীয়)

১.০ প্রথমিক তথ্যাদি(Primary Information)

  • কর্মচারীর নাম (বাংলা)[Name of Employee (Bangla)]    
  • {{ $employee->name }}
  • পদবি (Rank)        
  • {{ $employee->rank }}
  • জাতিয় পরিচয়পত্র নাম্বার[National ID Number]        
  • {{ $employee->nid }}
  • জন্মতারিখ [Date of Birth]                 
  • {{ \Carbon\Carbon::parse($employee->dob)->format('d F, Y') }}

    ২.০ ব্যক্তিগত,পারিবারিক ও ব্যাংক অ্যাকাউন্ট সংক্রান্ত তথ্যাদি(Personal,Family and Bank Account Related Information)

    ২.১.১ ব্যক্তিগত তথ্যাদি(Personal Information)
    @if ($employee->employee_personal_info != null)
  • লিঙ্গ (Gender)      
  • {{ $gender[$employee->employee_personal_info->gender][1] }}
  • পিতার নাম (ইংরেজি) [Father’s Name (English)]        
  • {{ $employee->employee_personal_info->fname }}
  • মাতার নাম (ইংরেজি) [Mother’s Name (English)]
  • {{ $employee->employee_personal_info->mname }}
  • ধর্ম (Religion)      
  • {{ $religion[$employee->employee_personal_info->region][1] }}
  • বৈবাহিক অবস্থা (Marital Status)      
  • {{ $marital_status[$employee->employee_personal_info->marital_status][1] }}
  • মোবাইল ফোন নম্বার (Mobile Phone Number)
  • {{ $employee->employee_personal_info->mobile_phone }}
  • ই - মেইল ঠিকানা (যদি থাকে)[e-Mail Address(if any)]
  • {{ $employee->user->email }}
  • ই - টি-আইএন নম্বার (যদি থাকে)[e-TIN Number (if any)
  • {{ $employee->employee_personal_info->tin }}
    @else
    N/A
    @endif
    ২.১.২ বর্তমান ঠিকানা (Present Address)
    @if ($employee->employee_present_address != null)
  • বাড়ি নং ও রোড নং ও গ্রাম[HOUSE NO. & ROAD NO. & VILLAGE]
  • {{ $employee->employee_present_address->village_or_house_road }}
  • পোস্ট অফিস ও পোস্ট কোড[POST OFFICE & POST CODE]
  • {{ $employee->employee_present_address->post_office }}
  • থানা [POLICE STATION]
  • {{ $employee->employee_present_address->police_station }}
  • জেলা [DISTRICT]
  • {{ $employee->employee_present_address->district }}
  • টেলিফোন নাম্বার [TELEPHONE NO.] (optional)/li>
  • {{ $employee->employee_present_address->contact }}
    @else
    N/A
    @endif
    ২.১.৩ স্থায়ী ঠিকানা (Present Address)
    @if ($employee->employee_permanent_address != null)
  • বাড়ি নং ও রোড নং ও গ্রাম[HOUSE NO. & ROAD NO. & VILLAGE]
  • {{ $employee->employee_permanent_address->village_or_house_road }}
  • পোস্ট অফিস ও পোস্ট কোড[POST OFFICE & POST CODE]
  • {{ $employee->employee_permanent_address->post_office }}
  • থানা [POLICE STATION]
  • {{ $employee->employee_permanent_address->police_station }}
  • জেলা [DISTRICT]
  • {{ $employee->employee_permanent_address->district }}
  • টেলিফোন নাম্বার [TELEPHONE NO.] (optional)
  • {{ $employee->employee_permanent_address->contact }}
    @else
    N/A
    @endif
    ২.১.৪ ভাষা (Language)
    @if ($employee->employee_language != null) @foreach ($employee->employee_language as $key => $emp_lang) @endforeach
    নং.(No.) ভাষা ( Language ) লেখা (Read) পড়া (Write) কথা বলতে পারা ( Speak )
    {{ $key + 1 }}. {{ $emp_lang->name }} @if ($emp_lang->write > 0) Yes @else No @endif @if ($emp_lang->read > 0) Yes @else No @endif @if ($emp_lang->speak > 0) Yes @else No @endif
    @else
    N/A
    @endif
    ২.১.৪ শিক্ষাগত যোগ্যতা (Educational Qualification)
    @if ($employee->employee_language != null) @foreach ($employee->employeequalification as $key => $emp_qualification) @endforeach
    নং.(No.) প্রতিষ্ঠানের নাম (Name of Institution) প্রধান বিষয় (Principal Subject) ডিগ্রি (Degree) পাসের সাল (Passing Year) ফলাফল (Result) জিপিএ / সিজিপিএ (GPA/CGPA) পার্থক্য (Distinction)
    {{ $key + 1 }}. @if ($emp_qualification->institute != null) {{ $emp_qualification->institute }} @else N/A @endif @if ($emp_qualification->subject != null) {{ $emp_qualification->subject }} @else N/A @endif @if ($emp_qualification->degree != null) {{ $emp_qualification->degree }} @else N/A @endif @if ($emp_qualification->passing_year != null) {{ $emp_qualification->passing_year }} @else N/A @endif @if ($emp_qualification->result != null) {{ $emp_qualification->result }} @else N/A @endif @if ($emp_qualification->gpa != null) {{ $emp_qualification->gpa }} @else N/A @endif @if ($emp_qualification->distinction != null) {{ $emp_qualification->distinction }} @else N/A @endif
    @else
    N/A
    @endif
    ২.১.৫ স্থানীয় প্রশিক্ষণ (Local Training)
    @if ($employee->employee_local_training != null) @foreach ($employee->employee_local_training as $key => $emp_qualification) @endforeach
    নং.(No.) কোর্সের শিরোনাম (Course Title) প্রতিষ্ঠান (Institution) শুরুর সময় (Start Date) শেষ হবার সময় (End Date) গ্রেড (Grade) অবস্থান (Position) দেশ (Country)
    {{ $key + 1 }}. @if ($emp_qualification->course_title != null) {{ $emp_qualification->course_title }} @else N/A @endif @if ($emp_qualification->institution != null) {{ $emp_qualification->institution }} @else N/A @endif @if ($emp_qualification->from != null) {{ \Carbon\Carbon::parse($emp_qualification->from)->format('d F, Y') }} @else N/A @endif @if ($emp_qualification->to != null) {{ \Carbon\Carbon::parse($emp_qualification->to)->format('d F, Y') }} @else N/A @endif @if ($emp_qualification->grade != null) {{ $emp_qualification->grade }} @else N/A @endif @if ($emp_qualification->position != null) {{ $emp_qualification->position }} @else N/A @endif @if ($emp_qualification->country != null) {{ $emp_qualification->country }} @else N/A @endif
    @else
    N/A
    @endif
    ২.১.৬ বিদেশী প্রশিক্ষণ (Foreign Training)
    @if ($employee->employee_foreign_training != null) @foreach ($employee->employee_foreign_training as $key => $emp_qualification) @endforeach
    নং.(No.) কোর্সের শিরোনাম (Course Title) প্রতিষ্ঠান (Institution) শুরুর সময় (Start Date) শেষ হবার সময় (End Date) গ্রেড (Grade) অবস্থান (Position) দেশ (Country)
    {{ $key + 1 }}. @if ($emp_qualification->course_title != null) {{ $emp_qualification->course_title }} @else N/A @endif @if ($emp_qualification->institution != null) {{ $emp_qualification->institution }} @else N/A @endif @if ($emp_qualification->from != null) {{ \Carbon\Carbon::parse($emp_qualification->from)->format('d F, Y') }} @else N/A @endif @if ($emp_qualification->to != null) {{ \Carbon\Carbon::parse($emp_qualification->to)->format('d F, Y') }} @else N/A @endif @if ($emp_qualification->grade != null) {{ $emp_qualification->grade }} @else N/A @endif @if ($emp_qualification->position != null) {{ $emp_qualification->position }} @else N/A @endif @if ($emp_qualification->country != null) {{ $emp_qualification->country }} @else N/A @endif
    @else
    N/A
    @endif
    ২.১.৭ বিদেশ ভ্রমন (Foreign Travel)
    @if ($employee->employee_travel != null) @foreach ($employee->employee_travel as $key => $emp_travel) @endforeach
    নং.(No.) দেশ (Country) উদ্দেশ্য (Purpose) ভ্রমন শুরুর তারিখ (Start Date) ভ্রমন শেষ হবার তারিখ (End Date)
    {{ $key + 1 }}. @if ($emp_travel->country != null) {{ $emp_travel->country }} @else N/A @endif @if ($emp_travel->purpose != null) {{ $emp_travel->purpose }} @else N/A @endif @if ($emp_travel->from != null) {{ \Carbon\Carbon::parse($emp_travel->from)->format('d F, Y') }} @else N/A @endif @if ($emp_travel->to != null) {{ \Carbon\Carbon::parse($emp_travel->to)->format('d F, Y') }} @else N/A @endif
    @else
    N/A
    @endif
    ২.১.৮ বিদেশে পোস্টিং (Posting Abroad)
    @if ($employee->employee_posingabroad != null) @foreach ($employee->employee_posingabroad as $key => $emp_posingabroad) @endforeach
    নং.(No.) চাকরির পদ (Post) প্রতিষ্ঠান (Institution) শুরুর তারিখ (Start Date) শেষ হবার তারিখ (End Date)
    {{ $key + 1 }}. @if ($emp_posingabroad->post != null) {{ $emp_posingabroad->post }} @else N/A @endif @if ($emp_posingabroad->organization != null) {{ $emp_posingabroad->organization }} @else N/A @endif @if ($emp_posingabroad->from != null) {{ \Carbon\Carbon::parse($emp_posingabroad->from)->format('d F, Y') }} @else N/A @endif @if ($emp_posingabroad->to != null) {{ \Carbon\Carbon::parse($emp_posingabroad->to)->format('d F, Y') }} @else N/A @endif
    @else
    N/A
    @endif
    ২.১.৯ পেশাদার যোগ্যতা (Professional Qualification)
    @if ($employee->employee_professionalqualification != null) @foreach ($employee->employee_professionalqualification as $key => $emp_professionalqualification) @endforeach
    নং.(No.) যোগ্যতা (Qualification) গুণমান (Rating scale out of 10)
    {{ $key + 1 }}. @if ($emp_professionalqualification->name != null) {{ $emp_professionalqualification->name }} @else N/A @endif @if ($emp_professionalqualification->rate != null) {{ $emp_professionalqualification->rate }} @else N/A @endif
    @else
    N/A
    @endif
    ২.১.১০ প্রকাশনা(Publication)
    @if ($employee->employee_publication != null) @foreach ($employee->employee_publication as $key => $emp_publication) @endforeach

    নং.

    (No.)

    বই (Books)

    সাময়িক পত্রিকা (Periodicals)

    প্রকরণগ্রন্থ (Monograph)

    খতিয়ান (Journals)

    বর্ণনা (Description)

    তারিখ (Date)

    {{ $key + 1 }}.

    {{ $emp_publication->books }}

    {{ $emp_publication->periodicals }}

    {{ $emp_publication->monograph }}

    {{ $emp_publication->journals }}

    {{ $emp_publication->description }}

    {{ \Carbon\Carbon::parse($emp_publication->date)->format('d F, Y') }}

    @else

    N/A

    @endif
    ২.১.১১ সম্মান এবং পুরষ্কার (Honours and Award)
    @if ($employee->employee_hounourrewards != null) @foreach ($employee->employee_hounourrewards as $key => $emp_hounourrewards) @endforeach

    নং.

    (No.)

    পুরস্কারের নাম (Title of Award)

    পটভূমি (Ground)

    তারিখ (Date)

    {{ $key + 1 }}.

    {{ $emp_hounourrewards->title }}

    {{ $emp_hounourrewards->ground }}

    {{ \Carbon\Carbon::parse($emp_hounourrewards->time)->format('d F, Y') }}

    @else

    N/A

    @endif
    ২.১.১২ অন্যান্য পরিষেবাদি (Other Services (Prior Civilian Gazetted Post/Rank))
    @if ($employee->employee_otherservice != null) @foreach ($employee->employee_otherservice as $key => $emp_otherservice) @endforeach

    নং.

    (No.)

    প্রতিষ্ঠান (Institute)

    ঠিকানা (Address)

    পদ (Position)

    শুরুর তারিখ (Start Date)

    শেষ হবার তারিখ (End Date)

    {{ $key + 1 }}.

    {{ $emp_otherservice->name }}

    {{ $emp_otherservice->address }}

    {{ $emp_otherservice->position }}

    {{ \Carbon\Carbon::parse($emp_otherservice->from)->format('d F, Y') }}

    {{ \Carbon\Carbon::parse($emp_otherservice->to)->format('d F, Y') }}

    @else

    N/A

    @endif
    ২.১.১৩ পরিষেবা ইতিহাস (Service History)
    @if ($employee->employee_otherservice != null)
  • সরকারি পরিষেবার তারিখ [GOVT. Service Date]
  • @if (isset($employee->employee_service->service_date)) {{ \Carbon\Carbon::parse($employee->employee_service->service_date)->format('d F, Y') }} @endif
  • গেজেটের তারিখ [Encadrement Date]
  • @if (isset($employee->employee_service->encadrement_date)) {{ \Carbon\Carbon::parse($employee->employee_service->encadrement_date)->format('d F, Y') }} @endif
  • জ্যেষ্ঠতার তারিখ [Seniority Date]
  • @if (isset($employee->employee_service->seniority_date)) {{ \Carbon\Carbon::parse($employee->employee_service->seniority_date)->format('d F, Y') }} @endif
  • ক্যাডার [Cadre]
  • @if (isset($employee->employee_service->cadre)) {{ $employee->employee_service->cadre }}@endif
    @else
    N/A
    @endif

    ২.২ পারিবারিক তথ্যাদি(Family Information)

    ২.২.১ স্বামী/স্ত্রী সম্পর্কিত তথ্যাদি (Particulars of Spouse)
    @if (isset($employee->employee_family_info) && count($employee->employee_family_info) > 0) @foreach ($employee->employee_family_info as $key => $fminfo) @if ($fminfo->husbandwife > 0) @endif @endforeach @else

    N/A

    @endif

    নং.

    (No.)

    জাতিয় পরিচয়পত্র

    (National ID Number)

    জন্মতারিখ

    (Date of Birth)

    নাম(বাংলা)

    Name(Bangla)]

    {{ $key + 1 }}.

    {{ $fminfo->nid }}

    {{ $fminfo->birthday }}

    {{ $fminfo->name_bangla }}

    ২.২.২ সন্তান সম্পর্কিত তথ্যাদি (Particulars of Children)
    @php $rand = 0; @endphp @if (isset($employee->employee_family_info) && count($employee->employee_family_info) > 0) @foreach ($employee->employee_family_info as $employee_family_info) @if ($employee_family_info->child > 0 && $employee_family_info->autistic == 0) @php $rand++; @endphp @endif @endforeach @else

    N/A

    @endif

    নং.

    (No.)

    পরিচিতির ধরন

    (Type of Identificaton)

    জন্ম নিবন্ধন/জাতিয় পরিচয়পত্র

    (Birth Registration/NID Number)

    জন্মতারিখ

    (Date of Birth)

    সম্পর্ক

    (Relation)

    নাম(বাংলা)

    [Name(Bangla]

    নাম(ইংরেজি))

    Name(English)

    {{ $rand }}.

    @if (isset($employee_family_info->typeofidentification) && $employee_family_info->typeofidentification == 1)

    Birth Registration

    @else

    NID

    @endif

    @if (isset($employee_family_info->nid)) {{ $employee_family_info->nid }}@endif

    @if (isset($employee_family_info->birthday)) {{ $employee_family_info->birthday }}@endif

    @if (isset($employee_family_info->relation)) {{ $employee_family_info->relation }}@endif

    @if (isset($employee_family_info->name_bangla)) {{ $employee_family_info->name_bangla }}@endif

    @if (isset($employee_family_info->name_eng)) {{ $employee_family_info->name_eng }}@endif

    ২.২.৩ প্রতিবন্ধি সন্তান সম্পর্কিত তথ্যাদি (Particulars of Disabled Child) ( if any )
    @php $rand = 0; @endphp @if (isset($employee->employee_family_info) && count($employee->employee_family_info) > 0) @foreach ($employee->employee_family_info as $employee_family_info) @if ($employee_family_info->child > 0 && $employee_family_info->autistic > 0) @php $rand++; @endphp @endif @endforeach @else

    N/A

    @endif

    নং.

    (No.)

    প্রতিবন্ধি সন্তানের পরিচিতি নম্বার(Identification Number of Disabled Child)

    জন্মতারিখ

    (Date of Birth)

    সম্পর্ক

    (Relation)

    নাম(বাংলা)

    [Name(Bangla]

    নাম(ইংরেজি))

    Name(English)

    {{ $rand }}.

    @if (isset($employee_family_info->nid)) {{ $employee_family_info->nid }}@endif

    @if (isset($employee_family_info->birthday)) {{ $employee_family_info->birthday }}@endif

    @if (isset($employee_family_info->relation)) {{ $employee_family_info->relation }}@endif

    @if (isset($employee_family_info->name_bangla)) {{ $employee_family_info->name_bangla }}@endif

    @if (isset($employee_family_info->name_bangla)) {{ $employee_family_info->name_eng }}@endif

    ২.৩ ব্যাংক সম্পর্কিত তথ্যাদি (Bank Related Information)
    @if ($employee->employee_bank_info != null)
  • ব্যাংক হিসাবের নাম [(Bank Account Name) (English)]        
  • {{ $employee->employee_bank_info->account_name }}
  • হিসাব নম্বার (Account Number)        
  • {{ $employee->employee_bank_info->number }}
  • ব্যাংক হিসাবের ধরন (Bank Account Type)                 
  • @if (isset($employee->employee_bank_info->type) && (int) $employee->employee_bank_info->type > 0) {{ $function->bank_account_type()[(int) $employee->employee_bank_info->type][0] }} @endif
  • ব্যাংকের নাম (Bank Name)        
  • {{ $employee->employee_bank_info->bank_name }}
  • শাখার নাম (Branch Name)        
  • {{ $employee->employee_bank_info->branch }}
  • ব্যাংক রউটিং নম্বার (Bank Routing Number)                 
  • {{ $employee->employee_bank_info->routing }}
    @else
    N/A
    @endif

    ৩ চাকরি সম্পর্কিত তথ্যাদি (Information Related to Service)

    ৩.১ বর্তমান অবস্থান (Present Position)
    @if ($employee->employee_present_position != null)
  • বর্তমান পদ (Present Post)        
  • {{ $employee->employee_present_position->post }}
  • বর্তমান পদে যোগদানের তারিখ (Joining Date at Present Position)
  • {{ $employee->employee_present_position->join_date }}
  • বর্তমান গ্রেড (Present Grade
  • @if (isset($employee->employee_present_position->grade) && $employee->employee_present_position->grade > 0) {{ $function->present_position_present_grade()[(int) $employee->employee_present_position->grade][0] }} @endif
  • বর্তমান স্কেল (Present Scale)
  • @if (isset($employee->employee_present_position->scale) && $employee->employee_present_position->scale > 0) {{ $function->present_position_present_grade()[(int) $employee->employee_present_position->scale][4] }}-{{ $function->present_position_present_grade()[(int) $employee->employee_present_position->scale][5] }} @endif
  • বর্তমান শ্রেণি (Present Class)
  • @if (isset($employee->employee_present_position->class) && $employee->employee_present_position->class > 0) {{ $function->present_position_present_class()[(int) $employee->employee_present_position->class][0] }} @endif
    @else
    N/A
    @endif
    ৩.২ প্রথম যোগদান (First Joining)
    @if ($employee->employee_first_joining != null)
  • প্রথম যোগদানের কর্মস্থল (অফিস/মন্ত্রনালয়/বিভাগ) (Working Place at First Joining [Office/Ministry/Division])
  • @if (isset($employee->employee_first_joining->working_place) && (int) $employee->employee_first_joining->working_place > 0) {{ $function->name_of_all_landport()[(int) $employee->employee_first_joining->working_place][0] }} @endif
  • প্রথম যোগদানের তারিখ (First Joining Date)
  • {{ $employee->employee_first_joining->time }}
  • প্রথম যোগদানের তারিখে গ্রেড ( Grade at First Joining)
  • @if (isset($employee->employee_first_joining->grade) && (int) $employee->employee_first_joining->grade > 0) {{ $function->present_position_present_grade()[(int) $employee->employee_first_joining->grade][0] }} @endif
  • প্রথম যোগদানের তারিখে স্কেল (Scale at First Joining)
  • @if (isset($employee->employee_first_joining->scale) && (int) $employee->employee_first_joining->scale > 0) {{ $function->present_position_present_grade()[(int) $employee->employee_first_joining->scale][4] }}-{{ $function->present_position_present_grade()[(int) $employee->employee_first_joining->scale][5] }} @endif
    @else
    N/A
    @endif
    ৩.৩ পদোন্নতি/উচ্চতর স্কেলের তথ্যাদি (Information on promotion or higher scale)
    @if ($employee->employee_promotion_higher_scale != null) @foreach ($employee->employee_promotion_higher_scale as $key => $eph_scale) @endforeach

    ধরন

    (type)

    প্রাপ্তির তারিখ

    (Date of Getting)

    বেতন গ্রেড

    (Pav Grade)

    বেতন স্কেল

    (Pav Scale)

    মূল বেতন

    (Basic Pay)

    {{ $eph_scale->type }}

    {{ \Carbon\Carbon::parse($eph_scale->date_of_getting)->format('d F, Y') }}

    @if (isset($eph_scale->pay_grade) && (int) $eph_scale->pay_grade > 0) {{ $function->present_position_present_grade()[(int) $eph_scale->pay_grade][0] }} @endif

    @if (isset($eph_scale->pay_scale) && (int) $eph_scale->pay_scale > 0) {{ $function->present_position_present_grade()[(int) $eph_scale->pay_scale][4] }}-{{ $function->present_position_present_grade()[(int) $eph_scale->pay_scale][5] }} @endif

    {{ $eph_scale->basic_pay }}

    @else

    N/A

    @endif
    ৩.৪ সরকারি আবাসন সংক্রান্ত তথ্যাদি (Information related to government accommodation)
    @if ($employee->employee_accommodation != null) @foreach ($employee->employee_accommodation as $key => $emp_accommodation) @endforeach

    ধরন

    (type)

    বরাদ্দ প্রাপ্তির তারিখ

    (Date of Getting)

    দখল বুঝে পাওয়ার তারিখ

    (Date of Ownership)

    বাসা ছাড়ার তারিখ (আবাসন অধিঃ ছাড়পত্র অনুযায়ী)

    (Date of Leaving)

    নির্ধারিত ভাড়ার ক্ষেত্রে প্রদত্ত ভাড়ার পরিমান

    (Rent)

    {{ $emp_accommodation->type }}

    {{ \Carbon\Carbon::parse($emp_accommodation->date_of_getting)->format('d F, Y') }}

    {{ \Carbon\Carbon::parse($emp_accommodation->date_of_ownership)->format('d F, Y') }}

    {{ \Carbon\Carbon::parse($emp_accommodation->date_of_leaving)->format('d F, Y') }}

    {{ $emp_accommodation->rent }}

    @else

    N/A

    @endif

    ৪ বেতন ভাতাদি ও কর্তন সম্পর্কিত তথ্যাদি (Information on Pay-Allowances and Deductions)

    ৪.১ বর্তমান মুল বেতন ও ভাতাদি (Basic pay and allowance at Present)
    @if ($employee->pay_allowance_deduction != null) @foreach ($employee->pay_allowance_deduction as $pay_alnc_deduc) @if ($pay_alnc_deduc->addition != null) @endif @endforeach @else

    N/A

    @endif
  • [{{ $pay_alnc_deduc->code }}] {{ ucfirst(str_replace('-', ' ', $pay_alnc_deduc->name)) }}
  • {{ $pay_alnc_deduc->taka }}
    ৪.২ কর্তনসমূহ (Deductions)
    @if ($employee->pay_allowance_deduction != null) @foreach ($employee->pay_allowance_deduction as $pay_alnc_deduc) @if ($pay_alnc_deduc->deduction != null) @endif @endforeach @else

    N/A

    @endif
  • [{{ $pay_alnc_deduc->code }}] {{ ucfirst(str_replace('-', ' ', $pay_alnc_deduc->name)) }}
  • {{ $pay_alnc_deduc->taka }}

    ৫ সাধারণ ভবিষ্য তহবিল এবং এর অগ্রিম সংক্রান্ত তথ্যাদি (Information Related to GPF and its Advance)

    ৫.১ সাধারণ ভবিষ্য তহবিল (GPF)
    @if ($employee->employee_gpf != null)
  • ভবিষ্য তহবিলের প্রকৃতি (Nature of Provident Fund)
  • @if (isset($employee->employee_gpf->nature) && (int) $employee->employee_gpf->nature > 0) {{ $nature_of_provident_fund[$employee->employee_gpf->nature][1] }}@endif
  • হিসাব নম্বর (Account Number)
  • {{ $employee->employee_gpf->account_number }}
  • ভলিউম নম্বর (Volume Number)
  • {{ $employee->employee_gpf->volume_number }}
  • সর্বশেষ পৃষ্ঠা নম্বর (Latest Page Number)
  • {{ $employee->employee_gpf->latest_page }}
  • বর্তমান মাসিক চাঁদা কর্তনের পরিমান(Monthly Amount Deducted as Subscription at Present)
  • {{ $employee->employee_gpf->subscription }}
    @else
    N/A
    @endif
    ৫.২ জিপিএফ নমিনি সংক্রান্ত তথ্যাদি (Information Related to GPF Nominee)
    @if ($employee->employee_gpf_nominee != null) @foreach ($employee->employee_gpf_nominee as $key => $emp_gpf_nominee) @endforeach
    নং.(No.) নাম (বাংলা) [Name (Bangla)] নাম (ইংরেজি))[Name (English)] মনোনীত ব্যাক্তির পরিচিতি নম্বর [Identification number of nominee (Birth Certificate/NID)] জন্ম তারিখ (Date of Birth) সম্পর্ক (Relation) মনোনীত অংশ ( শতকরা হারে ) [Designated Part (In percentage)]
    {{ $key + 1 }}. @if ($emp_gpf_nominee->nid_or_birth_certificate != null) {{ $emp_gpf_nominee->nid_or_birth_certificate }} @else N/A @endif @if ($emp_gpf_nominee->birth_date != null) {{ \Carbon\Carbon::parse($emp_gpf_nominee->birth_date)->format('d F, Y') }} @else N/A @endif @if ($emp_gpf_nominee->relation != null) {{ $emp_gpf_nominee->relation }} @else N/A @endif @if ($emp_gpf_nominee->name != null) {{ $emp_gpf_nominee->name }} @else N/A @endif @if ($emp_gpf_nominee->designated_part_percent != null) {{ $emp_gpf_nominee->designated_part_percent }} @else N/A @endif
    @else
    N/A
    @endif
    ৫.৩ চলমান জিপিএফ অগ্রিম (Current GPF Advance)
    @if ($employee->employee_gpf_advance != null) @foreach ($employee->employee_gpf_advance as $gpf_advance) @if ($gpf_advance->name == 'sanction_date' || $gpf_advance->name === 'sanction_isd') @else @endif @endforeach
    নং.(No.) বিবরণ (Description) ১ম অগ্রিম (1st Advance) ২ম অগ্রিম (2st Advance) ৩ম অগ্রিম (3st Advance) ৪ম অগ্রিম (4st Advance)
    {{ $key + 1 }}. @if ($gpf_advance->name != null) {{ $function->sanction_names()[$gpf_advance->name][0] }} ( {{ $function->sanction_names()[$gpf_advance->name][1] }} ) @else N/A @endif @if ($gpf_advance->value_1 != null) {{ \Carbon\Carbon::parse(str_replace('-', '/', $gpf_advance->value_1))->format('d F, Y') }} @else N/A @endif @if ($gpf_advance->value_2 != null) {{ \Carbon\Carbon::parse($gpf_advance->value_2)->format('d F, Y') }} @else N/A @endif @if ($gpf_advance->value_3 != null) {{ \Carbon\Carbon::parse($gpf_advance->value_3)->format('d F, Y') }} @else N/A @endif @if ($gpf_advance->value_4 != null) {{ \Carbon\Carbon::parse($gpf_advance->value_4)->format('d F, Y') }} @else N/A @endif @if ($gpf_advance->value_1 != null) {{ $gpf_advance->value_1 }} @else N/A @endif @if ($gpf_advance->value_2 != null) {{ $gpf_advance->value_2 }} @else N/A @endif @if ($gpf_advance->value_3 != null) {{ $gpf_advance->value_3 }} @else N/A @endif @if ($gpf_advance->value_4 != null) {{ $gpf_advance->value_4 }} @else N/A @endif
    @else
    N/A
    @endif

    ৬ বর্তমান ঋণ সংক্রান্ত তথ্যাদি (Current loan related information)

    @if ($employee->employee_loan != null) @foreach ($employee->employee_loan as $emp_loan) @if ($emp_loan->name == 'sanction_date' || $emp_loan->name == 'sanction_isd') @else @endif @endforeach
    নং.(No.) বিবরণ (Description) গৃহ নির্মাণ ঋণ (House building loan)e) কম্পিউটার ঋণ (Computer loan) মোটর সাইকেল ঋণ (Motor cycle loan) মোটরকার ঋণ (Motor Car loan)ce) বাইসাইকেল ঋণ (Bicycle loan)
    {{ $key + 1 }}. @if ($emp_loan->name != null) {{ $function->sanction_names()[$emp_loan->name][0] }} ( {{ $function->sanction_names()[$emp_loan->name][1] }} )@else N/A @endif @if ($emp_loan->house != null) {{ \Carbon\Carbon::parse($emp_loan->house)->format('d F, Y') }} @else N/A @endif @if ($emp_loan->computer != null) {{ \Carbon\Carbon::parse($emp_loan->computer)->format('d F, Y') }} @else N/A @endif @if ($emp_loan->motocycle != null) {{ \Carbon\Carbon::parse($emp_loan->motocycle)->format('d F, Y') }} @else N/A @endif @if ($emp_loan->motocar != null) {{ \Carbon\Carbon::parse($emp_loan->motocar)->format('d F, Y') }} @else N/A @endif @if ($emp_loan->bicycle != null) {{ \Carbon\Carbon::parse($emp_loan->bicycle)->format('d F, Y') }} @else N/A @endif @if ($emp_loan->house != null) {{ $emp_loan->house }} @else N/A @endif @if ($emp_loan->computer != null) {{ $emp_loan->computer }} @else N/A @endif @if ($emp_loan->motocycle != null) {{ $emp_loan->motocycle }} @else N/A @endif @if ($emp_loan->motocar != null) {{ $emp_loan->motocar }} @else N/A @endif @if ($emp_loan->bicycle != null) {{ $emp_loan->bicycle }} @else N/A @endif
    @else
    N/A
    @endif

    ৭ গৃহীত অর্জিত ছুটি / লিয়েন সম্পর্কিত তথ্যাদি (Information related to Earn leave/Lien availed)

    ৭.১ অনুমোদিত ছুটি (Earned Leave)
    @foreach ($employee->employee_authorized_leave as $authorized_leave) @endforeach

    ছুটির ধরন (Type of leave)

    বেতন প্রকৃতি(পূর্ণ বেতন/অর্ধ বেতন/বিনা বেতন)[Nature of pay(Full pay/half pay/without pay)]

    ছুটির উদ্দেশ্য (Reason for leave)

    মঞ্জুরি আদেশ নম্বর (Sanction Number)

    মঞ্জুরি আদেশের তারিখ (Sanction Date)

    ছুটি ভোগের সময়কাল (Period of leave availed)

    মোট ভোগকৃত ছুটি(দিন)[Total Leave availed (Days)]

    শুরুর তারিখ(Starting Date)

    সমাপ্তির তারিখ(Finishing Date)

    @if ($authorized_leave->type_of_leave != null) {{ $authorized_leave->type_of_leave }}@endif

    @if ($authorized_leave->nature_to_pay != null) {{ $authorized_leave->nature_to_pay }}@endif

    @if ($authorized_leave->reason != null) {{ $authorized_leave->reason }}@endif

    @if ($authorized_leave->sanction != null) {{ $authorized_leave->sanction }}@endif

    @if ($authorized_leave->sanction_date != null) {{ \Carbon\Carbon::parse($authorized_leave->sanction_date)->format('d F, Y') }} @endif

    @if ($authorized_leave->start_date != null) {{ \Carbon\Carbon::parse($authorized_leave->start_date)->format('d F, Y') }} @endif

    @if ($authorized_leave->end_date != null) {{ \Carbon\Carbon::parse($authorized_leave->end_date)->format('d F, Y') }} @endif

    @if ($authorized_leave->total_leave_availed != null) {{ $authorized_leave->total_leave_availed }}@endif

    ৭.২ লিয়েন (Lien)

    @if ($employee->employee_leave_lien != null) @foreach ($employee->employee_leave_lien as $lien) @endforeach

    লিয়েন কালিন প্রতিষ্ঠান (Organization during lien)

    মঞ্জুরি আদেশ নম্বর (Sanction Number)

    মঞ্জুরি আদেশের তারিখ (Sanction Date)

    সময়কাল (Time Period)

    মোট সময়কাল(দিন)[Total Time period (Days)]

    লিভ স্যালারি কন্ট্রিবিউশন (মাসিক হার)[Leave salary contribution (Monthly rate)]

    শুরুর তারিখ(Starting Date)

    সমাপ্তির তারিখ(Finishing Date)

    @if ($lien->organization != null) {{ $lien->organization }}@endif

    @if ($lien->sanction != null) {{ $lien->sanction }}@endif

    @if ($lien->sanction_date != null) {{ \Carbon\Carbon::parse($lien->sanction_date)->format('d F, Y') }} @endif

    @if ($lien->start_date != null) {{ \Carbon\Carbon::parse($lien->start_date)->format('d F, Y') }} @endif

    @if ($lien->end_date != null) {{ \Carbon\Carbon::parse($lien->end_date)->format('d F, Y') }} @endif

    @if ($lien->total_period != null) {{ $lien->total_period }}@endif

    @if ($lien->leave_salary_contribution != null) {{ $lien->leave_salary_contribution }}@endif

    @else

    N/A

    @endif

    ৮ শৃঙ্খলামুলক ব্যবস্থা (যদি থাকে)[Disciplinary Action (if have)]

    @if ($employee->employee_desciplinary_action != null) @foreach ($employee->employee_desciplinary_action as $emp_des_action) @endforeach

    দণ্ডের প্রকৃতি (Nature of Penalty)

    দণ্ডের ধরন (Type of Penalty)

    আদেশ নম্বর

    আদেশের তারিখ(Order Date)

    সময়কাল (Time Period)

    শাস্তির আদেশের আলোকে পুনঃনির্ধারিত বেতন (Readjusted Salary on basis of Disciplinary action taken)

    মন্তব্য (Comment)

    শুরুর তারিখ(Starting Date)

    সমাপ্তির তারিখ(Finishing Date)

    @if ($emp_des_action->nature_of_penalty != null) {{ $emp_des_action->nature_of_penalty }}@endif

    @if ($emp_des_action->type_of_penalty != null) {{ $emp_des_action->type_of_penalty }}@endif

    @if ($emp_des_action->order_number != null) {{ $emp_des_action->order_number }}@endif

    @if ($emp_des_action->order_date != null) {{ \Carbon\Carbon::parse($emp_des_action->order_date)->format('d F, Y') }} @endif

    @if ($emp_des_action->start_date != null) {{ \Carbon\Carbon::parse($emp_des_action->start_date)->format('d F, Y') }} @endif

    @if ($emp_des_action->end_date != null) {{ \Carbon\Carbon::parse($emp_des_action->end_date)->format('d F, Y') }} @endif

    @if ($emp_des_action->requested_salary != null) {{ $emp_des_action->requested_salary }}@endif

    @if ($emp_des_action->comment != null) {{ $emp_des_action->comment }}@endif

    @else

    N/A

    @endif

    ৯ চাকুরীজীবীর অবর্তমানে পেনশন প্রাপ্তির উত্তরাধিকারী মনোনয়ন (Nominee for pension in absence of the employee)

    @if ($employee->employee_pension_nominee != null) @foreach ($employee->employee_pension_nominee as $key => $emp_pension_nominee) @endforeach

    নং.

    (No.)

    নাম (বাংলা) [Name (Bangla)]

    মনোনীত ব্যক্তির পরিচিতি নম্বর (জন্ম নিবন্ধন/জাতীয় পরিচয়পত্র নম্বর) [Identification number of nominee ( Birth Registration / National ID number)]

    জন্ম তারিখ (Date of Birth)

    সম্পর্ক (Relation)

    বৈবাহিক অবস্থা (Marital Status)

    প্রতিবন্ধি অবস্থা (Disability Status)

    মনোনীত অংশ (শতকরা হারে)[Designated part (in percentage)]

    {{ $key + 1 }}.

    @if ($emp_pension_nominee->nid_or_birth_certificate != null) {{ $emp_pension_nominee->nid_or_birth_certificate }}@endif

    @if ($emp_pension_nominee->birth_date != null) {{ \Carbon\Carbon::parse($emp_pension_nominee->birth_date)->format('d F, Y') }} @endif

    @if ($emp_pension_nominee->relation != null) {{ $emp_pension_nominee->relation }}@endif

    @if ($emp_pension_nominee->name != null) {{ $emp_pension_nominee->name }}@endif

    @if ($emp_pension_nominee->marital_status != null) {{ $marital_status[$emp_pension_nominee->marital_status][1] }} @endif

    @if ($emp_pension_nominee->disability != null) {{ $emp_pension_nominee->disability }}@endif

    @if ($emp_pension_nominee->designated_part_percent != null) {{ $emp_pension_nominee->designated_part_percent }}@endif

    @else

    N/A

    @endif
    @endsection {{-- Scripts Section --}} @section('scripts') @endsection