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


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

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

  • কর্মচারীর নাম (বাংলা)[Name of Employee (Bangla)]    
  • {{ $employee->name }}
  • পদবি (Rank)        
  • @if(isset($employee->rank) && (int)$employee->rank > 0) {{ $function->rank()[(int)$employee->rank]['name_bn'] }} ({{ $function->rank()[(int)$employee->rank]['name_en'] }}) @endif
  • জাতিয় পরিচয়পত্র নাম্বার[National ID Number]        
  • {{ $employee->nid }}
  • জন্মতারিখ [Date of Birth]                 
  • {{ \Carbon\Carbon::parse($employee->dob)->format('d F, Y') }}
  • চাকরির ধরন (Service Type)
  • {{$function->type_of_entry_of_govt_service()[(int)$employee->toegs][0]}} ({{$function->type_of_entry_of_govt_service()[(int)$employee->toegs][1]}})
  • কোটার ধরন (Qouta Type)
  • @if(isset($employee->quota) && (int)$employee->quota > 0){{$function->qoutas()[(int)$employee->quota]['name_bn']}} ({{$function->qoutas()[(int)$employee->quota]['name_en']}})@endif

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

    ২.১.১ ব্যক্তিগত তথ্যাদি(Personal Information)
    @if ($employee->employee_personal_info != null)
  • লিঙ্গ (Gender)      
  • {{ $function->gender()[(int)$employee->employee_personal_info->gender][0] }} ( {{ $function->gender()[(int)$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)      
  • {{$function->religion()[(int)$employee->employee_personal_info->region][0] }} ({{$function->religion()[(int)$employee->employee_personal_info->region][1] }})
  • বৈবাহিক অবস্থা (Marital Status)      
  • {{$function->marital_status()[(int)$employee->employee_personal_info->marital_status][0] }}({{$function->marital_status()[(int)$employee->employee_personal_info->marital_status][1] }})
  • মোবাইল ফোন নম্বার (Mobile Phone Number)
  • {{ $employee->employee_personal_info->mobile_phone }}
  • ইমারজেন্সি যোগাযোগ নম্বর (Emergency Contact Number)
  • {{ $employee->employee_personal_info->emergency_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]
  • @if(isset($employee->employee_present_address->thana_id)){{ $function->thanas()[(int)$employee->employee_present_address->thana_id]['name_bn'] }} ({{$function->thanas()[(int)$employee->employee_present_address->thana_id]['name_en']}}) @endif
  • জেলা [DISTRICT]
  • {{ $employee->employee_present_address->district_id ? $function->districts()[$employee->employee_present_address->district_id]['name_bn'].'('.$function->districts()[$employee->employee_present_address->district_id]['name_en'].')':'' }}
  • টেলিফোন নাম্বার [TELEPHONE NO.] (optional)
  • {{ $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->thana_id ? $function->thanas()[$employee->employee_permanent_address->thana_id]['name_bn'].'('.$function->thanas()[$employee->employee_permanent_address->thana_id]['name_en'].')':'' }}
  • জেলা [DISTRICT]
  • {{ $employee->employee_permanent_address->district_id ? $function->districts()[$employee->employee_permanent_address->district_id]['name_bn'].'('.$function->districts()[$employee->employee_permanent_address->district_id]['name_en'].')':'' }}
  • টেলিফোন নাম্বার [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 }}. {{ $function->language()[(int)$emp_lang->name]['name_bn']}}({{ $function->language()[(int)$emp_lang->name]['name_en']}}) @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->employeequalification != null) @foreach ($employee->employeequalification as $key => $emp_qualification) @endforeach
    নং.(No.) প্রতিষ্ঠানের নাম (Name of Institution) প্রধান বিষয় (Principal Subject)/গ্রুপ (Group) ডিগ্রি (Degree) পাসের সাল (Passing Year) ফলাফল (Result) জিপিএ / সিজিপিএ (GPA/CGPA)
    {{ $key + 1 }}. @if ($emp_qualification->institute != null) {{ $emp_qualification->institute }} @else N/A @endif @if (isset($emp_qualification->edu_type) && (int)$emp_qualification->edu_type < 3) {{$emp_qualification->group ? $function->education_group()[(int)$emp_qualification->group][0].'('.$function->education_group()[(int)$emp_qualification->group][1].')' : ''}} @else {{ $emp_qualification->subject }} @endif {{ $emp_qualification->degree }} @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
    @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)
    {{ $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
    @else
    N/A
    @endif
    ২.১.৭ বিদেশ ভ্রমন (Foreign Travel)
    @if ($employee->employee_foreign_training != null) @foreach ($employee->employee_foreign_training as $key => $emp_qualification) @endforeach
    নং.(No.) ভ্রমণের ধরণ (Type of travel) শিরোনাম (Course Title) প্রতিষ্ঠান (Institution) দেশ (Country) শুরুর সময় (Start Date) শেষ হবার সময় (End Date) মঞ্জুরি নম্বর (Sanction Number) [optional] মঞ্জুরি তারিখ (Sanction Date) [optional] গ্রেড (Grade) অবস্থান (Position)
    {{ $key + 1 }}. {{$emp_qualification->travel_type ? $function->travel_types()[$emp_qualification->travel_type][0].'('.$function->travel_types()[$emp_qualification->travel_type][1].')':'N/A'}} {{$emp_qualification->course_title}} @if ($emp_qualification->institution != null) {{ $emp_qualification->institution }} @else N/A @endif @if ($emp_qualification->country != null) {{ $emp_qualification->country }} @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 {{$emp_qualification->sanction_number ? $emp_qualification->sanction_number : 'N/A'}} {{$emp_qualification->sanction_date ? $emp_qualification->sanction_date : 'N/A'}} @if ($emp_qualification->grade != null) {{ $emp_qualification->grade }} @else N/A @endif @if ($emp_qualification->position != null) {{ $emp_qualification->position }} @else N/A @endif
    @else
    N/A
    @endif
    ২.১.৮ অন্যান্য যোগ্যতা (Other Qualification)
    @if ($employee->employee_professionalqualification != null) @foreach ($employee->employee_professionalqualification as $key => $emp_posingabroad) @endforeach
    নং.(No.) যোগ্যতা (Qualification) গুণমান (Rating scale out of 10)
    {{ $key + 1 }}. {{$emp_posingabroad->name ? $emp_posingabroad->name : 'N/A'}} {{$emp_posingabroad->rate ? $emp_posingabroad->rate : 'N/A'}}
    @else
    N/A
    @endif
    ২.১.৯ প্রকাশনা(Publication)
    @if ($employee->employee_publication != null) @foreach ($employee->employee_publication as $key => $emp_publication) @endforeach

    নং.

    (No.)

    প্রকাশনার ধরণ (Publication type)

    শিরোনাম (Title)

    বর্ণনা (Description)

    তারিখ (Date)

    {{ $key + 1 }}.

    {{ $emp_publication->type ? $function->publication_name()[(int)$emp_publication->type][0].'('.$function->publication_name()[(int)$emp_publication->type][0].')':'N/A' }}

    {{ $emp_publication->title ? $emp_publication->title : 'N/A' }}

    {{ $emp_publication->description ? $emp_publication->description : 'N/A' }}

    {{ \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)

    পেশার ধরন (Type of Service)

    পদ (Position)

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

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

    {{ $key + 1 }}.

    {{ $emp_otherservice->name }}

    {{ $emp_otherservice->address }}

    {{ $emp_otherservice->type_of_service }}

    {{ $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

    ২.২ পারিবারিক তথ্যাদি(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.)

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

    নাম (ইংরেজি) [ Name (English) ]

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

    (National ID Number)

    জন্মতারিখ

    (Date of Birth)

    পেশা [ Occupation ]

    পদ [ Designation ]

    প্রতিষ্ঠান [ Organisation ]

    জেলা [DISTRICT]

    থানা [POLICE STATION]

    ঠিকানা [ Location ]

    {{ $key + 1 }}.

    {{ $fminfo->name_bangla }}

    {{ $fminfo->name_eng }}

    {{ $fminfo->nid }}

    {{ $fminfo->birthday ? \Carbon\Carbon::parse($fminfo->birthday)->format('d F,Y') :'N/A'}}

    {{ $fminfo->occupation ? $fminfo->occupation:'N/A' }}

    {{ $fminfo->designation ? $fminfo->designation:'N/A' }}

    {{ $fminfo->organisation ? $fminfo->organisation : 'N/A' }}

    {{ $fminfo->district_id ? $function->districts()[$fminfo->district_id]['name_bn'].'('.$function->districts()[$fminfo->district_id]['name_en'].')':'N/A' }}

    {{ $fminfo->thana_id ? $function->thanas()[$fminfo->thana_id]['name_bn'].'('.$function->thanas()[$fminfo->thana_id]['name_en'].')':'N/A' }}

    {{ $fminfo->location ? $fminfo->location:'N/A'}}

    ২.২.২ সন্তান সম্পর্কিত তথ্যাদি (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) && (int) $employee_family_info->relation > 0) @if((int) $employee_family_info->relation == 1) Son ( ছেলে ) @elseif((int) $employee_family_info->relation == 2)Daughter ( মেয়ে )@else N/A @endif @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)

    লিঙ্গ (Gender)

    নাম(বাংলা)

    [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->gander) && (int)$employee_family_info->gander > 0) {{ $function->gender()[$employee_family_info->gander][0] }} ({{$function->gender()[$employee_family_info->gander][1]}})@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

    ৩ চাকরি সম্পর্কিত তথ্যাদি (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

    ৪ শৃঙ্খলামুলক ব্যবস্থা (যদি থাকে)[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) {{$function->disciplinary_action_type()[$emp_des_action->nature_of_penalty][1]}} @else N/A @endif

    @if ($emp_des_action->type_of_penalty != null) {{$function->disciplinary_action_type_name()[$emp_des_action->type_of_penalty][1]}} @else N/A @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

    ৫ বিশ্রাম এবং বিনোদন (Rest and Recreation)

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

    নং.

    (No.)

    শ্রান্তি বিনোদন শুরুর সময় ( From )

    শ্রান্তি বিনোদন শেষ হবার সময় ( To )

    আদেশ নম্বর ( Sanction Number )

    আদেশের তারিখ ( Sanction date )

    {{ $key + 1 }}.

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

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

    @if ($rest_and_recreation->sanction_number != null) {{ $rest_and_recreation->sanction_number }}@endif

    @if ($rest_and_recreation->sanction_date != null) {{ $rest_and_recreation->sanction_date }}@endif

    @else

    N/A

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