Maybe
<input type="radio" {{ $somethingtocheck ? 'checked disabled' : '' }} ....>
try this
<input type="radio" {{ ( $something == 'condition' ) ? 'checked' : 'disabled' }} ... >
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community