{{ $i }} |
{{$list['account_name'] ?? ''}} |
@if($page == 0)
|
0 ? 'readonly' : '' }}> |
0 ? 'readonly' : '' }}> |
@else
{{$list['details_narration'] ?? ''}} |
{{$list['debit'] ?? ''}} |
{{$list['credit'] ?? ''}} |
@endif
|
@php
$debitAmount += preg_replace("/[^0-9.]/", "", (int) $list['debit']);
$creditAmount += preg_replace("/[^0-9.]/", "", (int) $list['credit']);
@endphp
@php $i++; @endphp
@endforeach