toggle-switch.blade.php 190 Bytes Raw Blame History Permalink 1 2 3 4 <div toggle-switch class="toggle-switch @if($value) active @endif"> <input type="hidden" name="{{$name}}" value="{{$value?'true':'false'}}"/> <div class="switch-handle"></div> </div>