{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: switcher.blade.php ------------------------------------------------------ Use: The two-wallet switcher shown to merchants only. It lays the personal wallet and the shop wallet side by side so the two are never confused: the one you are on is highlighted, the other is a shortcut to it. ===================================================== --}} @props([ 'active', // 'personal' | 'shop' 'personalUrl', 'shopUrl', 'personalAmount', 'shopAmount', ])