@php $base_class = 'lqd-fav-btn z-10 size-9'; @endphp withoutTwMergeClasses()->twMerge($base_class, $attributes->get('class')) }} size="none" variant="ghost-shadow" x-data="{ isFavorite: {{ $isFavorite ? 'true' : 'false' }} }" @click.prevent="$ajax('{{ $updateUrl }}', { method: 'post', body: { _token: '{{ csrf_token() }}', id: {{ $id }} }, events: true, })" @ajax:missing="$event.preventDefault()" @ajax:after="isFavorite = !isFavorite" href="#" title="{{ __('Favorite') }}" >