removed redundancy.

This commit is contained in:
akemidx 2024-12-10 16:42:55 -05:00
parent f2fab57187
commit 43537d414b

View file

@ -13,7 +13,6 @@
<div class="alert alert-danger" id="modal_error_msg" style="display:none"></div>
<div class="row">
{{ Form::label('note', trans('general.add_note'), array('class' => 'col-md-3 control-label')) }}
<div class="col-md-8">
<textarea class="form-control" id="note" name="note">{{ old('note') }}</textarea>
{!! $errors->first('note', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}