| {{ __('الأصل') }} | {{ __('الفئة') }} | {{ __('تاريخ الإهلاك') }} | {{ __('مبلغ الإهلاك') }} | {{ __('الإهلاك المتراكم') }} | {{ __('القيمة الدفترية') }} | {{ __('الحالة') }} |
|---|---|---|---|---|---|---|
| {{ $depreciation->asset->name }} ({{ $depreciation->asset->asset_code }}) | {{ $depreciation->asset->category->name ?? 'غير محدد' }} | {{ $depreciation->depreciation_date->format('Y-m-d') }} | {{ number_format($depreciation->depreciation_amount, 2) }} | {{ number_format($depreciation->accumulated_depreciation, 2) }} | {{ number_format($depreciation->book_value, 2) }} | @if($depreciation->status == 'pending') {{ __('معلق') }} @elseif($depreciation->status == 'posted') {{ __('مرحل') }} @endif |
| {{ __('لا توجد بيانات متطابقة مع الفلاتر المحددة') }} | ||||||
| {{ __('المجموع') }} | {{ number_format($depreciations->sum('depreciation_amount'), 2) }} | |||||