{{-- --}}
@foreach ($assets as $asset)
{{-- --}}
@endforeach
{{ __('assets.th_name') }} |
{{ __('assets.th_depreciation_rate') }} |
{{ __('assets.th_depreciation_period') }} |
{{ __('assets.th_depreciation_unit') }} |
{{ __('assets.th_current_value') }} | {{ __('assets.th_description') }} | {{ __('assets.th_actions') }} |
{{ $asset->name }} |
{{ $asset->depreciation_rate }} |
{{ $asset->depreciation_period }} |
{{ $asset->duration_unit->name ?? '' }} |
{{ $asset->current_value }} | {{ $asset->description }} |
|