diff --git a/resources/views/hardware/checkin.blade.php b/resources/views/hardware/checkin.blade.php
index 1b1950c594..ce63d6e723 100755
--- a/resources/views/hardware/checkin.blade.php
+++ b/resources/views/hardware/checkin.blade.php
@@ -113,17 +113,25 @@
-
-
+
+
diff --git a/resources/views/hardware/checkout.blade.php b/resources/views/hardware/checkout.blade.php
index 22e1dc00a4..fadb7a1abc 100755
--- a/resources/views/hardware/checkout.blade.php
+++ b/resources/views/hardware/checkout.blade.php
@@ -141,11 +141,19 @@
+ @if($snipeSettings->require_checkinout_notes=="1")
{!! $errors->first('note', ' :message') !!}
+ @else
+
+
+ {!! $errors->first('note', ' :message') !!}
+
+ @endif
@if ($asset->requireAcceptance() || $asset->getEula() || ($snipeSettings->webhook_endpoint!=''))