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