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