{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: quick-links.blade.php ------------------------------------------------------ Use: The most-used destinations in the header user menu, shared by the user and merchant panels: profile, wallet and bank accounts. The hover accent follows the panel (violet for a user, Iranian red for a merchant). ===================================================== --}} @props(['merchant' => false]) @php $hover = $merchant ? 'hover:bg-secondary-50 hover:text-secondary-500' : 'hover:bg-[#f2f0fa] hover:text-primary-600'; @endphp