diff --git a/resources/views/account/view-assets.blade.php b/resources/views/account/view-assets.blade.php
index 96683fa9b1..08062e29a5 100755
--- a/resources/views/account/view-assets.blade.php
+++ b/resources/views/account/view-assets.blade.php
@@ -431,6 +431,9 @@
{{ trans('admin/hardware/form.default_location') }}
|
+
+ {{ trans('general.location') }}
+ |
@can('self.view_purchase_cost')
@@ -489,6 +492,9 @@
|
{{ ($asset->defaultLoc) ? $asset->defaultLoc->name : '' }}
|
+
+ {{ ($asset->location) ? $asset->location->name : '' }}
+ |
@can('self.view_purchase_cost')
{!! Helper::formatCurrencyOutput($asset->purchase_cost) !!}
|