@extends('layouts.business') @section('title', 'Referral Program') @section('content')
Refer businesses and earn rewards
Share this code and earn AED 500 for each successful referral
Send your unique referral code to business owners
Your referral creates an account using your code
They complete verification and purchase a subscription
Receive AED 500 credit to your account
| Business Name | Status | Signup Date | Reward Status | Amount | |
|---|---|---|---|---|---|
|
{{ $referral->referred->businesses->first()->business_name ?? 'N/A' }}
|
{{ $referral->referred->email }} | @if($referral->referred->status === 'active') Active @else Pending @endif | {{ $referral->created_at->format('M d, Y') }} | @if($referral->reward_status === 'claimed') Claimed @elseif($referral->reward_status === 'earned') Earned @elseif($referral->reward_status === 'pending') Pending @else Expired @endif | AED {{ number_format($referral->reward_amount) }} |
|
No referrals yet. Start sharing your code! |
|||||
| Date | Description | Amount | Status |
|---|---|---|---|
| {{ $reward->created_at->format('M d, Y') }} | Referral reward for {{ $reward->referred_business_name }} | +AED {{ number_format($reward->amount) }} | Credited |
| No reward history yet | |||