@php $i=1;@endphp @foreach($data as $result) @php $i++;@endphp @endforeach
Sr.No Charges Name Amount
{{$i}} {{$result->Name}} ₹{{number_format($result->Amount,2)}}