| Sr.No |
Procedure Name |
Fees |
Type |
Action |
@php $i=1;@endphp
@foreach($data as $result)
@if($result->Type == 1)
@php $Type = 'OPD';@endphp
@elseif($result->Type == 2)
@php $Type = 'Expensed';@endphp
@else
@php $Type = 'Investigation';@endphp
@endif
| {{$i}} |
{{$result->Name}} |
₹{{$result->Amount}} |
{{$Type}} |
|
@php $i++;@endphp
@endforeach