@php $isSelected = (int) $selectedUserId === (int) $user->id; $isActive = $activeTab === 'collection' ? (bool) $user->payin_mode_status : (bool) $user->payout_mode_status; @endphp