@csrf @method("patch")
@if($data['root'] == 'true') @php $yes = "checked"; $no = ""; @endphp @else @php $yes = ""; $no = "checked"; @endphp @endif
@if($data['netab'] == 'true') @php $yes = "checked"; $no = ""; @endphp @else @php $yes = ""; $no = "checked"; @endphp @endif
@if($data['isactive'] == '1') @php $yes = "checked"; $no = ""; @endphp @else @php $yes = ""; $no = "checked"; @endphp @endif