Mouza Wise Available Sqft Information
Sl
Mouza
Available Sqft
@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_sft !!} @endforeach {{-- {!! number_format($value->available_sft) !!}--}}
@endforeach