HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/resources/views/vcards/columns/
Upload File :
Current File : /home/cardxfeb/public_html/resources/views/vcards/columns/status.blade.php
<label class="form-check form-switch d-flex justify-content-center">
    <input name="is_active" data-id="{{$row->id}}" class="form-check-input vcardStatus"
           type="checkbox" value="1" {{ $row->status == 1 ? 'checked': ''}}>
</label>