diff --git a/resources/views/hardware/checkout.blade.php b/resources/views/hardware/checkout.blade.php
index bb0299281..0ca83fe21 100755
--- a/resources/views/hardware/checkout.blade.php
+++ b/resources/views/hardware/checkout.blade.php
@@ -36,7 +36,8 @@
@endif
-
+
+
- @include ('partials.forms.redirect_submit_options', ['route' => 'hardware.index', 'table_name' => $table_name, 'type'=> $asset->model->name, 'checkin' => false])
+ @include ('partials.forms.redirect_submit_options',
+ [
+ 'route' => 'hardware.index',
+ 'table_name' => $table_name,
+ 'type'=> ($asset->model ? $asset->model->name : trans('general.asset_model')),
+ 'checkin' => false
+ ])