@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
PDNA DATA
@php $lots=lots(); $district=district(); $tehsil=tehsil(); $uc=uc(); @endphp
@foreach($ndma_data as $item) @endforeach
S no Reference Number Province CNIC Survey Date Address District Tehsil Uc Beneficiary Name Father/Husbent Name Contact number Gender Age Name of next kin Cnic of kin Damaged Rooms Damaged Type Damaged Category Auto Gender IS CNIC IS Contact IS Complete IS Potential
{{$loop->index+1}} {{$item->b_reference_number}} {{$item->province}} {{$item->cnic}} {{$item->survey_date}} {{$item->address}} {{$item->district}} {{$item->tehsil}} {{$item->uc}} {{$item->beneficiary_name}} {{$item->father_name}} {{$item->contact_number}} {{$item->gender}} {{$item->age}} {{$item->name_next_of_kin}} {{$item->cnic_of_kin}} {{$item->damaged_rooms}} {{$item->damaged_type}} {{$item->damaged_category}} {{$item->auto_gender}} {{$item->is_cnic}} {{$item->is_contact}} {{$item->is_complete}} {{$item->is_potential}}
{{$ndma_data->links()}}
@if(session('error')) @endif @if(session('success')) @endif @endsection