@extends('layouts.admin') @section('title', 'Referral Settings') @section('page-title', 'Referral System Settings') @section('content')
Referral & Commission Settings
@csrf @method('PUT')
@error('referral_commission_user')
{{ $message }}
@enderror Commission percentage for user referrals
@error('referral_commission_reseller')
{{ $message }}
@enderror Commission percentage for reseller referrals
@error('referral_bonus_amount')
{{ $message }}
@enderror Bonus amount credited to both referrer and referred user
referral_system_active) ? 'checked' : '' }}>
When enabled, users can refer others and earn commissions

Commission Payout Settings
@error('min_withdrawal_amount')
{{ $message }}
@enderror
@error('withdrawal_processing_fee')
{{ $message }}
@enderror
Select available withdrawal methods for commission payout
How it works
  • Users get a unique referral code to share with others
  • When someone signs up using the referral code, both users get bonus credits
  • Referrers earn commission on their referrals' SMS purchases
  • Commissions can be withdrawn once they reach the minimum amount
Back to Settings
Referral Statistics

{{ $stats['total_referrals'] }}

Total Referrals

৳{{ number_format($stats['total_commission'], 2) }}

Total Commission

৳{{ number_format($stats['pending_commission'], 2) }}

Pending Payout

{{ $stats['active_referrers'] }}

Active Referrers

@endsection @push('styles') @endpush @push('scripts') @endpush