diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php
index a6327bfea..d82dc9664 100755
--- a/resources/views/hardware/view.blade.php
+++ b/resources/views/hardware/view.blade.php
@@ -601,12 +601,12 @@
Applecare Status Lookup
@elseif ((strtolower($asset->model->manufacturer->name) == "dell") || (str_starts_with(str_replace(' ','',strtolower($asset->model->manufacturer->name)),"dellinc")))
-
- Dell Warranty Status Lookup
+
+
Dell Warranty Status Lookup
@elseif ((strtolower($asset->model->manufacturer->name) == "lenovo") || (str_starts_with(str_replace(' ','',strtolower($asset->model->manufacturer->name)),"lenovoinc")))
-
- Lenovo Warranty Status Lookup
+
+
Lenovo Warranty Status Lookup
@endif
@endif