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

{{ $info }}

@endif @if(strpos($name, '[')) @php $name = str_replace('[', '.', str_replace(']', '', $name)) @endphp @endif @error($name) {{ $message }} @enderror