{{ __('Control how users sign up, how they sign in, which WhatsApp devices send OTPs, and how referral revenue is paid out.') }}
{{ __('Quick visibility into which users are already bringing others into the platform.') }}
| {{ __('User') }} | {{ __('Referral Code') }} | {{ __('Referrals') }} |
|---|---|---|
|
{{ $user->username }}
{{ $user->email }}
|
{{ $user->referral_code ?: 'N/A' }} |
{{ number_format($user->referrals_count) }} |
| {{ __('No referral activity yet.') }} | ||
{{ __('Review payout requests from referrers and move them through your preferred approval flow.') }}
| {{ __('User ID') }} | {{ __('Amount') }} | {{ __('Method') }} | {{ __('Status') }} | {{ __('Account Details') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $withdrawal->user_id }} | {{ \Plugins\ReferralAuthSuite\Support\ReferralAuthSuite::money((float) $withdrawal->amount, $withdrawal->currency) }} | {{ \Plugins\ReferralAuthSuite\Support\ReferralAuthSuite::withdrawalMethodOptions()[$withdrawal->method] ?? $withdrawal->method }} | {{ $withdrawal->status }} | {{ $withdrawal->account_details['account_name'] ?? '' }} {{ $withdrawal->account_details['account_identifier'] ?? '' }} | |
| {{ __('No withdrawal requests yet.') }} | |||||