Files
lucent-laravel/front/views/components/switch.blade.php
T

1 line
89 B
PHP
Raw Normal View History

2024-09-28 18:36:18 +03:00
<input type="checkbox" class="switch" value="{{$value}}" {{$checked ? "checked" : ""}} />