District Amount

@if (!empty($amount)) @foreach ($amount as $key => $val) @php // Find the district in $data $district = null; foreach ($data as $value) { if ($key == $value['id']) { $district = $value['district_name']; break; } } @endphp @if ($district) @endif @endforeach @else @endif
Sr. No District Amount Min Amount Max Amount Action
{{ ++$i }} {{ $district }} {{ $val['amount'] }} {{ $val['min_amount'] }} {{ $val['max_amount'] }}

No Record Found