| {{ __('الأصل') }} | {{ __('الفئة') }} | {{ __('تاريخ الإهلاك') }} | {{ __('مبلغ الإهلاك') }} | {{ __('الإهلاك المتراكم') }} | {{ __('القيمة الدفترية') }} | {{ __('الحالة') }} | {{ __('الإجراءات') }} |
|---|---|---|---|---|---|---|---|
| {{ $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 | |
| {{ __('لا توجد عمليات إهلاك') }} | |||||||