Transaction Date | Value Date | Transaction Description | Debits | Credits | Balance | ||
---|---|---|---|---|---|---|---|
{{ $value->transaction_on }} | {{ $value->transaction_on }} | {{ $value->txn_decriptions }} | @if ($value->txn_log == 'DEBIT'){{ number_format($value->amount, 2) }} | @else@endif @if ($value->txn_log == 'CREDIT') | {{ number_format($value->amount, 2) }} | @else@endif | {{ number_format($value->closing_amount, 2) }} |
Summary of Transactions
Debits | @php echo number_format($debit,2); @endphp |
---|---|
Credits | @php echo number_format($credit,2); @endphp |