diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php
index ad6ceaafbd..0bd86cccaf 100755
--- a/resources/views/hardware/view.blade.php
+++ b/resources/views/hardware/view.blade.php
@@ -320,7 +320,7 @@
{{ trans('general.location') }} |
@can('superuser')
-
+
{{ $asset->assetloc->name }}
@else
@@ -335,7 +335,7 @@
| {{ trans('admin/hardware/form.default_location') }} |
@can('superuser')
-
+
{{ $asset->defaultLoc->name }}
@else
diff --git a/resources/views/locations/view.blade.php b/resources/views/locations/view.blade.php
index 9a11b11ad3..c8694340d9 100644
--- a/resources/views/locations/view.blade.php
+++ b/resources/views/locations/view.blade.php
@@ -9,7 +9,7 @@
@stop
@section('header_right')
-{{ trans('admin/locations/table.update') }}
+{{ trans('admin/locations/table.update') }}
@stop
{{-- Page content --}}
|