@forelse($rows as $row) @empty @endforelse @if(!empty($rows)) @endif
Date Description Account Number Credit Debit Balance
{{ $row['date'] }} {{ $row['description'] }} {{ $row['account'] }} {{ $row['number'] }} {{ $row['credit'] > 0 ? '₹ '.number_format($row['credit'], 2) : '' }} {{ $row['debit'] > 0 ? '₹ '.number_format($row['debit'], 2) : '' }} ₹ {{ number_format($row['balance'], 2) }}
No payments in this period.
Totals on page ₹ {{ number_format($totals['credit'] ?? 0, 2) }} ₹ {{ number_format($totals['debit'] ?? 0, 2) }} ₹ {{ number_format($totals['balance'] ?? 0, 2) }}