{{-- Page Title --}}
@if($errors->any())
@endif
{{-- ══ ENTRY FORM ══ --}}
{{-- ══ TRANSACTIONS TABLE ══ --}}
Journal Entry
Cash in Hand: {{ $cash_total }}
All Vouchers
- @foreach($errors->all() as $e)
- {{ $e }} @endforeach
New Journal Entry
Journal Transactions
| # | Date | Tran. No. | Ledger Name | Description | Dr. Amount | Cr. Amount | Delete |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->date }} | {{ $item->invoice_no }} | {{ $item->ledger_name }} | {{ $item->description }} | {{ $item->dr_amount ? number_format($item->dr_amount, 2) : '—' }} | {{ $item->cr_amount ? number_format($item->cr_amount, 2) : '—' }} |