🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
👤 User: skhata (1324)
🐘 PHP: 8.4.20
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/skhata/chandrasons.com/public
$

📄 wishlist-button.blade.php

📁 Path: /home/skhata/new.chandrapharma.com/resources/views/livewire/catalog/wishlist-button.blade.php
📊 Size: 862 B
🔒 Perm: 0644
📝 MIME: text/plain
<button
    wire:click="toggle"
    wire:loading.class="opacity-50 pointer-events-none"
    title="{{ $wishlisted ? 'Remove from Wishlist' : 'Add to Wishlist' }}"
    class="group flex items-center justify-center w-10 h-10 rounded-full transition-all
        {{ $wishlisted
            ? 'bg-red-50 text-red-500 hover:bg-red-100'
            : 'bg-gray-100 text-gray-400 hover:bg-red-50 hover:text-red-400'
        }}"
>
    <svg class="w-5 h-5 transition-transform group-hover:scale-110"
         fill="{{ $wishlisted ? 'currentColor' : 'none' }}"
         stroke="currentColor"
         stroke-width="2"
         viewBox="0 0 24 24">
        <path stroke-linecap="round" stroke-linejoin="round"
              d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"/>
    </svg>
</button>
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨