Your Referrals Network

Earn some commissions when you refer your family and friends to our platform. Use your referral link below to invite friends to our platform

Referral Link:

Or scan QR code below

{!! QrCode::merge(public_path('logos/beaconmine-app-icon.png'), 0.3, true)->size(200)->errorCorrection('H')->generate(Auth::user()->refLink()) !!}

Referral Earnings:

Total Joined ($) Pending Earning ($) Approved Earning
{{$referrals->count()}} ${{number_format($referrals->where('status', 0)->sum('amount'), 2, '.', ',')}} ${{number_format($referrals->where('status', 1)->sum('amount'), 2, '.', ',')}}

Your Downlines


@foreach ($referrals->sortDesc() as $referral) @endforeach
Name Email Country Time Amount Invested Investment Status
{{$referral->invetee->name}} {{$referral->invetee->email}} {{$referral->invetee->country}} {{$referral->created_at->diffForHumans()}} @if ($referral->investment) ${{number_format($referral->investment->amount, 2, '.', ',')}} @else null @endif @switch($referral->status) @case(0) Pending @break @case(1) Approved @break @case(2) Completed @break @case(3) Withdrawn @break @default Declined @break @endswitch