@include('docs._printhead', ['title'=>'JOURNAL VOUCHER','no'=>$j->journal_no,'date'=>'Date: '.fdate($j->journal_date)])
Narration: {{ $j->narration }} · Ref: {{ $j->reference ?? '—' }} · Status: {{ ucfirst($j->status) }}
| # | Account | Narration | Debit | Credit |
|---|---|---|---|---|
| {{ $i+1 }} | {{ $l->account->display_name ?? '' }} | {{ $l->narration }} | {{ $l->debit?money($l->debit):'' }} | {{ $l->credit?money($l->credit):'' }} |
| TOTAL | {{ money($j->total_debit) }} | {{ money($j->total_credit) }} | ||