@extends('layouts.dashboardLayout') @section('title', 'Referrals') @section('logo', asset('images/' . $chain . '-logo.png')) @section('fan', asset('images/' . $chain . '-fan.png')) @section('content')

Referrals Tools

You can earn coins by sharing referral link to your friends. For each referral deposit, you will receive 10% of the deposit amount.

copy

Referrals List

@if($refCount > 0) @foreach($referrals as $referral) @endforeach @else @endif
Wallet Status Date
{{ $referral->wallet_address }} Registered {{ $referral->created_at }}
No referrals found!
@endsection