Server : LiteSpeed System : Linux server335.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : cardxfeb ( 2452) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/cardxfeb/www/resources/views/vcards/custom-link/columns/ |
@php
$checked = $row->open_new_tab == 0 ? '' : 'checked';
@endphp
<div class="d-flex justify-content-center align-items-center">
<label class="form-check form-switch form-check-custom form-check-solid form-switch-sm d-flex cursor-pointer">
<input type="checkbox" name="status" class="form-check-input cursor-pointer open-new-tab"
data-id="{{ $row->id }}" {{ $checked }}>
<span class="custom-switch-indicator"></span>
</label>
</div>