From ea93f82bde0eb66b8983259062c6925405ce553d Mon Sep 17 00:00:00 2001 From: Alex Janes Date: Thu, 23 Dec 2021 17:37:48 -0500 Subject: [PATCH] added the notes field to allow users to quickly add notes to multiple checkins at once --- resources/views/hardware/quickscan-checkin.blade.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/views/hardware/quickscan-checkin.blade.php b/resources/views/hardware/quickscan-checkin.blade.php index 1e9b0f97d7..b2075c51d0 100644 --- a/resources/views/hardware/quickscan-checkin.blade.php +++ b/resources/views/hardware/quickscan-checkin.blade.php @@ -43,6 +43,15 @@ @include ('partials.forms.edit.location-select', ['translated_name' => trans('general.location'), 'fieldname' => 'location_id']) + + +
+ {{ Form::label('note', trans('admin/hardware/form.notes'), array('class' => 'col-md-3 control-label')) }} +
+ + {!! $errors->first('note', '') !!} +
+