-
+
+
+
diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php
index c5feb06c57..cd8b743f2e 100755
--- a/resources/views/hardware/view.blade.php
+++ b/resources/views/hardware/view.blade.php
@@ -463,7 +463,28 @@
@endif
+ @if (($asset->model) && ($asset->depreciation))
+
+
+
+ {{ trans('admin/hardware/table.current_value') }}
+
+
+
+
+ @if (($asset->id) && ($asset->location))
+ {{ $asset->location->currency }}
+ @elseif (($asset->id) && ($asset->location))
+ {{ $asset->location->currency }}
+ @else
+ {{ $snipeSettings->default_currency }}
+ @endif
+ {{ \App\Helpers\Helper::formatCurrencyOutput($asset->getDepreciatedValue() )}}
+
+
+
+ @endif
@if ($asset->order_number)
diff --git a/resources/views/layouts/basic.blade.php b/resources/views/layouts/basic.blade.php
index 2c781264b3..7efedf73b2 100644
--- a/resources/views/layouts/basic.blade.php
+++ b/resources/views/layouts/basic.blade.php
@@ -20,6 +20,7 @@
}
};
+ @livewireStyles
@if (($snipeSettings) && ($snipeSettings->header_color))
@@ -74,6 +75,7 @@
@stack('js')
+ @livewireScripts