{!! html()->hidden($name)->value('')->attributes(['id' => $id, 'class' => 'single-picker-values']) !!} {!! html()->label(ucfirst($label))->for($id)->attributes(['class' => 'control-label']) !!}
    @if(!empty($info)) {{ $info }} @endif