📊 دليل الحسابات

{{ \Carbon\Carbon::parse($generatedDate)->locale('ar')->format('d F Y') }}
{{ \Carbon\Carbon::parse($generatedDate)->format('H:i:s') }}
إجمالي الحسابات
{{ $totalAccounts }}
الحسابات النشطة
{{ $activeAccounts }}
الحسابات الرئيسية
{{ $parentAccounts }}
@forelse ($accounts as $account) @empty @endforelse
الرمز الاسم النوع الرصيد الفئة الوصف الحالة
{{ $account->code }} @if ($account->is_parent)
أب @endif
{{ $account->name }} @switch($account->account_type) @case('asset') أصول @break @case('liability') خصوم @break @case('equity') حقوق ملكية @break @case('revenue') إيرادات @break @case('expense') مصروفات @break @default {{ $account->account_type }} @endswitch @if ($account->balance_type == 'debit') مدين @else دائن @endif {{ $account->category?->name ?? '-' }} {{ Str::limit($account->description, 50) }} @if ($account->is_active) ✓ نشط @else ✗ غير نشط @endif
لا توجد حسابات