{{ Form::label('checkout_to_type', trans('admin/hardware/form.checkout_to'), array('class' => 'col-md-3 control-label')) }}
@if ((isset($user_select)) && ($user_select!='false'))
{{ trans('general.user') }}
@endif @if ((isset($asset_select)) && ($asset_select!='false'))
{{ trans('general.asset') }}
@endif @if ((isset($location_select)) && ($location_select!='false'))
{{ trans('general.location') }}
@endif {!! $errors->first('checkout_to_type', '
:message
') !!}