{{ session('success') }}
تكلفة الشراء
{{ number_format($asset->purchase_cost, 2) }} ر.س
الإهلاك المتراكم
{{ number_format($asset->totalDepreciation, 2) }} ر.س
القيمة الحالية
{{ number_format($asset->current_value, 2) }} ر.س
تاريخ الشراء
{{ $asset->purchase_date->format('Y-m-d') }}
فئة الأصل
{{ $asset->category ? $asset->category->name : '---' }}
المورد
{{ $asset->supplier ?: '---' }}
رمز الأصل
{{ $asset->asset_code }}
الرقم التسلسلي
{{ $asset->serial_number ?: '---' }}
الموديل
{{ $asset->model ?: '---' }}
الحالة
{{ $asset->status == 'active' ? 'نشط' : ($asset->status == 'maintenance' ? 'صيانة' : 'مستبعد') }}
{{ $asset->description ?: 'لا يوجد وصف مسجل.' }}
| التاريخ | المبلغ | القيمة المتبقية |
|---|---|---|
| {{ $depreciation->depreciation_date->format('Y-m-d') }} | {{ number_format($depreciation->depreciation_amount, 2) }} | {{ number_format($depreciation->book_value, 2) }} |
| لا يوجد سجلات | ||
الموقع
{{ $asset->location ?: 'غير محدد' }}
الشركة المصنعة
{{ $asset->manufacturer ?: '---' }}
{{ $days > 0 ? $days : 'منتهي' }}
يوم متبقي
{{ $asset->warranty_expiry_date->format('Y-m-d') }}
تاريخ الانتهاء
{{ $asset->notes }}