We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ae38ff + 0defc65 commit 4a6347fCopy full SHA for 4a6347f
1 file changed
themes/bootstrap4/forms/radios-inline.blade.php
@@ -1,7 +1,7 @@
1
@php
2
- $class = 'form-check-input';
+ $classes = 'form-check-input';
3
if ($hasErrors) {
4
- $class .= ' is-invalid';
+ $classes .= ' is-invalid';
5
}
6
@endphp
7
@foreach($radios as $radio)
0 commit comments