{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@include("admin.employee.aside_nav")

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

Update your information
@csrf
If form not filled click to delete
@foreach($employee->employee_family_info as $family) @if($family->husbandwife == 1) @endif @if($family->child == 1 && $family->autistic == 0) @endif @if($family->child == 1 && $family->autistic == 1) @endif @endforeach
@include('admin.employee.extra_partial_page.nomineepension')
@endsection {{-- Scripts Section --}} @section('scripts') @endsection