@extends('layouts.app') @section('title', 'Finance & Accounting') @section('content')
Double-entry ledger
Live operational postings with government clearing and VAT liabilities kept out of revenue.
{{ $label }}
AED {{ number_format((float)$amount,2) }}
System accounts are created only when a real transaction posts.
| Account | Type | Debit | Credit |
|---|---|---|---|
| {{ $account->account_code }} {{ $account->account_name }} | {{ ucfirst($account->account_type) }} @if($account->is_clearing)CLEARING@endif | AED {{ number_format((float)($account->debit_total ?? 0),2) }} | AED {{ number_format((float)($account->credit_total ?? 0),2) }} |
| No journal activity yet. | |||
{{ $journal->entry_number }}
{{ $journal->narration }}
AED {{ number_format((float)$journal->total_debit,2) }}
Balanced