|
@if ($loop->first)
{{ $sl }}
@endif
|
{{ optional($item->account)->name }} |
{{ $item->getDescription() }} |
{{ number_format($item->debit_amount ?? 0, 2) }}
|
{{ number_format($item->credit_amount ?? 0, 2) }}
|
@endforeach
@php
$sl++;
@endphp
@empty
@endforelse