@extends('template.coin.layouts.base') @section('title', __('Referrals')) @section('css') @endsection @section('content')
Referrals

Referral Activity

See who you've referred and statistic of your referrals.

Refer Us & Earn
Use the below link to invite your friends.
Copy Link
Referral List
@if($referrals->isNotEmpty()) @foreach($referrals as $referral) @endforeach @else @endif
Username Join Date Status
{{$referral->get_full_name()}} {{__date_parse($referral->join_date)}} @if($referral->status == 'active') Active @else Inactive @endif
No one join yet!
Referral Commissions
@if($trefers->isNotEmpty()) @foreach($trefers as $trefer) @endforeach @else @endif
Details Date Status Earning
{{$trefer->descr}} {{__date_parse($trefer->created_at)}} Completed {{__format_number($trefer->amount)}} {{$user->user_curr()}}
No transactions found!
@endsection