{{ $Nameen ?? '' }}
{{ describtionen ?? '' }}
{{ STen ?? '' }}{{ Taxen ?? '' }}
{{ Namear ?? '' }}
{{ describtionar ?? '' }}
{{ STar ?? '' }}
{{ Taxar ?? '' }}
تقرير ميزان المراجعة | Trial Balance Report
| {{ __('report.fromdate') }} | {{ $start_at }} | {{ __('report.todate') }} | {{ $end_at }} | {{ __('home.exportTime') }} | {{ $currentDate }} |
|---|
@foreach($types as $type) @php $typeRootAccounts = $rootAccounts->where('account_type', $type->id); @endphp @if($typeRootAccounts->count() > 0)
| {{ app()->getLocale() == 'ar' ? ($type->name_ar ?? $type->name) : ($type->name_en ?? $type->name) }} | |||
|---|---|---|---|
| الحساب Account | مدين | Debit | دائن | Credit | الإجمالي | Balance (SAR) |
| @if($hasChildren) @else @endif {{ $account->name }} | {{ number_format((float)($totals->debtor ?? 0), 2) }} | {{ number_format((float)($totals->creditor ?? 0), 2) }} | {{ number_format((float)($totals->balance ?? 0), 2) }} |