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 52023ef + 43196c0 commit 3c80561Copy full SHA for 3c80561
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