@extends('layouts.user') @section('after-styles') @endsection @section('content')
@include('notification.notify')

Sperad the word and earn rewards

When someone signs up with your unique referral link, you will get below benifits

  • Subscription commission
  • Click to Copy Invite Link

    {{tr('referrals')}}

    {{tr('total')}} {{$user_referrer_details->total_referrals}}


    Earnings {{Setting::get('currency')}} {{$user_referrer_details->total_referrals_earnings ?: 0.00}}



    {{tr('referrals')}}


    @foreach($referrals as $key => $referral_details) @endforeach
    {{tr('s_no')}} {{tr('image')}} {{tr('username')}} {{tr('referral_code')}} {{tr('created')}} {{tr('action')}}
    {{$key+1}} @if(!$referral_details->username) {{tr('user_not_available')}} @else {{ $referral_details->username }} @endif {{$referral_details->referral_code}} {{$referral_details->created_at}} {{tr('more')}}
    @endsection @section('after-scripts') @endsection