diff --git a/resources/views/hardware/checkin.blade.php b/resources/views/hardware/checkin.blade.php
index e3f65bd7f..a313b65a3 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 89d6f06e6..79e9e409e 100755
--- a/resources/views/hardware/checkout.blade.php
+++ b/resources/views/hardware/checkout.blade.php
@@ -140,11 +140,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!=''))