{!! Form::checkbox('active',null,(isset($checked) && $checked == 1 ? true : old('active')),['id'=> 'active','class'=>'form-check-input']) !!}
{{ Form::label('active', 'مفعل',['class'=> 'form-check-label']) }}
@error('active')
{{ $message }}
@enderror