| {{ $entry->id }} — {{ $entry->created_at->format('Y/m/d') }} {{ $entry->description }} | |||
|---|---|---|---|
| الحساب | مدين | دائن | |
| {{ $line->account?->code }} - {{ $line->account?->name }} | {{ $line->type === 'debit' ? number_format($line->amount, 2) : '' }} | {{ $line->type === 'credit' ? number_format($line->amount, 2) : '' }} | |