We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fda9d3d
In case of you want to add class by condition. ``` Form::text('name', null, ['class' => [ 'form-control-, $error ? 'is-invalid' : '', ]]); ```