Sl No |
Account Name |
Balance |
Type |
@php $i=0;@endphp
@if(count($balanceSheet)>0)
@foreach($balanceSheet as $key => $list)
{{ $accounts->firstItem() + $i }} |
{{ $list['account_name']??'' }} |
{{ convertDecimelPoint($list['Balance'])??'' }} |
{{ $list['type']??'' }} |
@php $i++; @endphp
@endforeach
@else
No Data Found |
@endif