Edit File: d2bdac6e6c7e797064699b2c8d479702.blade.php
<svg @click="toggle(option.id)" x-show="!isReadonly && !isDisabled && !isSingle" class="inline w-5 h-5 text-gray-500 hover:text-red-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"/> </svg>
Back