Mouza Wise Available Acre Information
| Sl |
Mouza |
Available Acre |
@foreach($data as $idx => $value)
@php
$asset = \App\Entities\Land\Asset::where('mouza_id', $value->mouza_id)->get();
@endphp
| {{$idx+1}} |
{{$value->mouza_name_en}} |
@foreach($asset as $list)
{!! $list->unit_qty_acr !!}
@endforeach
{{-- {!! $value->available_acr !!}--}}
|
@endforeach