@if ($account->group->nature == 'INCOME')
@else
@endif
LEDGER - {{ $account->name }}
| Account Name | : | {{ $account->name }} |
| Account Group | : | {{ $account->group->name }} |
| Account Nature | : | {{ $account->group->nature }} |
| From Date | : | 01-05-2025 |
| To Date | : | 08-05-2025 |
| Currency | : | INR |
Opening Balance ({{ $opening_balance_date }})
{{ number_format($opening_balance, 2) }} Dr
| Date | Ref. No. | Particulars | Debit (₹) | Credit (₹) | Balance (₹) |
|---|---|---|---|---|---|
| {{ $entry->date }} | {{ $entry->voucher_number }} | {{ $entry->description }} | {{ number_format($entry->debit, 2) }} | {{ number_format($entry->credit, 2) }} | {{ number_format($entry->balance, 2) }} {{ $entry->balance_format}} |
| Total | {{ number_format($tot_debit, 2) }} | {{ number_format($tot_credit, 2) }} | {{ number_format($entry->balance, 2) }} Dr | ||
Dr = Debit Balance
Cr = Credit Balance
Closing Balance