@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
PDNA Report
@php $lots=lots(); @endphp
@foreach($result as $item) @endforeach
S no Lot Name District Name Total target for the district Total no of validated
{{$loop->index+1}} {{$item->lotName}} {{$item->district}} {{$item->total_beneficiary}} {{$item->validated_beneficiary ?? 0}}
@if(session('error')) @endif @if(session('success')) @endif @endsection