@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
Beneficiaries Without Account
Select Bank
@foreach($form as $item) @php $beneficiary=json_decode($item->beneficiary_details); $ref_no=$beneficiary->b_reference_number; @endphp @if(!in_array($ref_no,$ref_no_list)) @endif @endforeach
S NO Select Beneficairy REFERENCE NO BENEFICIARY FULL NAME BENEFICIARY FATHER'S/HUSBAND NAME CNIC/ID NUMBER Phone Number MARITAL STATUS DATE OF ISSUANCE OF CNIC MOTHER MAIDEN NAME CITY OF BIRTH CNIC EXPIRY STATUS CNIC EXPIRY DATE DATE OF BIRTH VILLAGE/SETTLEMENT NAME DISTRICT TEHSIL UC NEXT OF KIN NAME NEXT OF KIN CNIC RELATIONSHIP WITH NEXT OF KIN CONTACT NO OF NEXT OF KIN PREFERED BANK BENEFICIARY FRONT CNIC BENEFICIARY BACK CNIC
{{$loop->index+1}} {{-- --}} {{$ref_no ?? 'not available'}} {{$item->beneficiary_name ?? 'not available'}} {{$beneficiary->father_name ?? 'not available'}} {{$item->beneficiary_cnic ?? 'not available'}} {{$item->beneficiary_number ?? 'not available'}} {{$item->marital_status ?? 'not available'}} {{$item->date_of_insurence_of_cnic ?? 'not available'}} {{$item->mother_maiden_name ?? 'not available'}} {{$item->city_of_birth ?? 'not available'}} {{$item->cnic_expiry_status ?? 'not available'}} {{$item->expiry_date ?? 'not available'}} {{$item->date_of_birth ?? 'not available'}} {{$item->village_name ?? 'not available'}} {{$item->district_name ?? 'not available'}} {{$item->tehsil_name ?? 'not available'}} {{$item->uc_name ?? 'not available'}} {{$item->next_kin_name ?? 'not available'}} {{$item->cnic_of_kin ?? 'not available'}} {{$item->relation_cnic_of_kin ?? 'not available'}} {{$item->conatact_of_next_kin ?? 'not available'}} {{$item->preferred_bank ?? 'not available'}} {{$item->b_f_cnic ?? 'not available'}} {{$item->b_b_cnic ?? 'not available'}}
{{--$form->links()--}}
Selected IDs:
@if(session('error')) @endif @if(session('success')) @endif @endsection