Migrate form label in checkout select partial

This commit is contained in:
Marcus Moore 2025-02-05 13:44:00 -08:00
parent f639d82693
commit 0620b8b163
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
<div class="form-group" id="assignto_selector"{!! (isset($style)) ? ' style="'.e($style).'"' : '' !!}> <div class="form-group" id="assignto_selector"{!! (isset($style)) ? ' style="'.e($style).'"' : '' !!}>
{{ Form::label('checkout_to_type', trans('admin/hardware/form.checkout_to'), array('class' => 'col-md-3 control-label')) }} <label for="checkout_to_type" class="col-md-3 control-label">{{ trans('admin/hardware/form.checkout_to') }}</label>
<div class="col-md-8"> <div class="col-md-8">
<div class="btn-group" data-toggle="buttons"> <div class="btn-group" data-toggle="buttons">
@if ((isset($user_select)) && ($user_select!='false')) @if ((isset($user_select)) && ($user_select!='false'))