Sl
Month
Total Amount
@foreach($data as $idx => $value)
{{$idx+1}}
{{$value->month}}
{{number_format($value->total_amount, 2)}}
@endforeach