@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
@if (Session::has('success')) @endif {{-- Failed --}} @if (Session::has('failed')) @endif {{-- Referral Details --}}
{{-- Referral Amount --}}

{{ __('Overall Earnings') }}

{{ formatCurrency($overAllEarning) }}

{{-- Referral List --}}

{{ __('Current Balance') }}

{{ formatCurrency($currentBalance) }}

{{ __('Minimum withdrawal amount is ') }} {{ formatCurrency($minWithdrawalAmount) }}

{{-- Referral URL --}}

{{ __('Referral URL') }}

{{-- Referral URL --}}
{{-- Social Media Share Buttons --}} @php $referralMessage = __( 'Hey! I found something awesome that I think you’ll love. Check it out using my referral link: ', ) . $referralUrl . ' 🚀'; @endphp
{{-- Facebook --}} {{-- Twitter --}} {{-- LinkedIn --}} {{-- Instagram --}} {{-- WhatsApp --}} {{-- Email --}} {{-- Copy --}}
{{-- Referral List --}}
{{ __('#') }} {{ __('Registed User') }} {{ __('Is Registered') }} {{ __('Is Subscribed') }} {{ __('Referral Amount') }} {{ __('Status') }}
@include('user.includes.footer')
{{-- Custom scripts --}} @section('scripts') {{-- Copy to clipboard --}} @endsection @endsection