@extends('admin.layouts.master') @section('title', 'تفاصيل الأصل الثابت') @section('content')
{{ $asset->is_group ? 'مجموعة' : 'أصل' }}
| الفترة | المبلغ | رقم القيد |
|---|---|---|
| {{ $depreciation->period_key }} | {{ number_format((float) $depreciation->amount, 2) }} | @if($depreciation->journalEntry) {{ $depreciation->journalEntry->entry_number }} @else — @endif |
| لا توجد حركات إهلاك | ||