@extends('layouts.admin') @section('content_header')
Referral Settings
@endSection @section('content')

Configure Referral Point Provisioning

@csrf
@if (session('success')) @endif @if ($errors->any()) @endif
Select who should receive points when a referral code is used.
Number of points awarded to the person who owns the referral code.
Number of points awarded to the person who used the referral code.
Maximum number of times a single referral code can be used. Set to 0 for unlimited.
Note:
  • Both: Both the referrer and referee will receive their respective points.
  • Referrer only: Only the person who owns the referral code receives points.
  • Referral only: Only the person who used the referral code receives points.
@endSection @section('script') @parent @endSection