Referrals

Total Referrals

{{ $referral_count }}

This Month

{{ $referrals->whereBetween('created_at', [now()->startOfMonth(), now()])->count() }}

Your Referral Link

Share this link with friends to earn rewards

Recent Referrals

@if($referrals->count() > 0)
@foreach($referrals as $referral)

{{ $referral->name }}

Joined {{ $referral->created_at->diffForHumans() }}

@endforeach
@else

No referrals yet

Share your referral link to get started

@endif