@extends('layouts.inspinia') @section('title', 'Account: ' . $chartOfAccount->account_code) @section('content_header', $chartOfAccount->account_code . ' — ' . $chartOfAccount->account_name) @section('breadcrumb')
No posted journal lines yet.
@else| Date | Voucher | Description | Debit | Credit |
|---|---|---|---|---|
| {{ $line->journalVoucher->journal_date->format('d/m/Y') }} | {{ $line->journalVoucher->journal_number }} | {{ $line->description ?? $line->journalVoucher->description }} | {{ $line->debit > 0 ? number_format($line->debit, 2) : '' }} | {{ $line->credit > 0 ? number_format($line->credit, 2) : '' }} |