{{ $label ?? __("validation.attributes.$name") }} {!! Form::select($name, $options, $value ?? null, ['class' => 'form-control' . ($errors->has($name) ? ' is-invalid' : null), 'multiple' => 'multiple', 'data-ajax' => $ajax ?? null, 'data-placeholder' => $placeholder ?? null]); !!} @isset($info) {{ $info }} @endisset @error($name) {{ $message }} @enderror