@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Total Referred Users') }} ({{ __('All Time') }})

{{ number_format($total_users[0]['data']) }}

{{ __('Total Referral Income') }} ({{ __('All Time') }})

{!! config('payment.default_system_currency_symbol') !!}{{ number_format((float)$total_income[0]['data'], 2, '.', '') }}

{{ __('Total Referral Commission') }} ({{ __('All Time') }})

{!! config('payment.default_system_currency_symbol') !!}{{ number_format((float)$total_commission[0]['data'], 2, '.', '') }}

{{ __('Total Referral TTS Bonus Credits') }} ({{ __('All Time') }})

{{ number_format($total_credits[0]['data']) }}

{{ __('Setup Referral System') }}

@csrf
{{ __('User Referral System') }}
{{ __('New User Registration Referrals') }}
{{ __('Allocate TTS Gift Credits') }} ({{ __('Only for Email Verified New Users') }})
@error('credits')

{{ $errors->first('credits') }}

@enderror
{{ __('New Payment Referrals') }}
{{ __('Referral Policy') }}
{{ __('Commission Rate (%)') }}
@error('commission')

{{ $errors->first('commission') }}

@enderror
{{ __('Minimum Payout Threshold') }} ({{ config('payment.default_currency') }})
@error('threshold')

{{ $errors->first('threshold') }}

@enderror
{{ __('Referral Guidelines for Users') }}
{{ __('Enter Referral Action Phrase') }}
@error('referral_headline')

{{ $errors->first('referral_headline') }}

@enderror
{{ __('Enter Step by Step Referral Guidelines') }}
@error('referral_guideline')

{{ $errors->first('referral_guideline') }}

@enderror
{{ __('Cancel') }}

{{ __('Payment Referrals') }} ({{ __('All Time') }})

{{ __('Purchase Date') }} {{ __('Order ID') }} {{ __('Referrer') }} {{ __('Payment') }} ({{ config('payment.default_system_currency') }}) {{ __('Commission') }} ({{ config('payment.default_system_currency') }}) {{ __('Paid By') }} {{ __('Actions') }}
@endsection @section('js') @endsection