kusowl 9e61dd9f51 feature(deal-modal): add interaction only in card
- show current user liked and favorite status in the modal
2026-01-22 13:34:02 +05:30

5 lines
193 B
PHP

@props(['id', 'title'])
<x-ui.button-sm class="text-accent-600 reportBtn" onclick="showReportModal({{$id}}, '{{$title}}')">
<x-heroicon-o-exclamation-circle class="w-4"/>
</x-ui.button-sm>