@extends('layouts.app') @section('title', 'Referrals') @section('content')
Invite friends to join {{ config('app.name') }}. You earn a reward when a new user joins through your link.
for every successful referral
{{ route('home', ['ref' => $code->code]) }}Send it to friends who are new to {{ config('app.name') }}.
They connect a new wallet through your referral link.
Your referral reward is added automatically.
| Referred user | Reward | Status | Date |
|---|---|---|---|
| {{ str($referral->referredUser->wallets->first()?->address)->limit(20) ?: 'New user' }} | {{ rtrim(rtrim($referral->reward_amount, '0'), '.') }} {{ $referral->asset->symbol }} | {{ $referral->created_at->format('M j, Y') }} | |
| You haven’t referred anyone yet. Share your link to get started. | |||