From 6019c80c7be7907d61a62249080eeb8ed196e981 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 28 May 2025 20:50:59 +0100 Subject: [PATCH] Added blade element Signed-off-by: snipe --- .../views/hardware/bulk-checkout.blade.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/resources/views/hardware/bulk-checkout.blade.php b/resources/views/hardware/bulk-checkout.blade.php index 39e2cdf10c..6a1cbacf6a 100644 --- a/resources/views/hardware/bulk-checkout.blade.php +++ b/resources/views/hardware/bulk-checkout.blade.php @@ -39,6 +39,23 @@ ]) + +
+ +
+ + {!! $errors->first('status_id', '') !!} +
+
+ @include ('partials.forms.checkout-selector', ['user_select' => 'true','asset_select' => 'true', 'location_select' => 'true'])