@extends('panel.layout.app') @section('title', __('Affiliate')) @section('content')
{{ __('Affiliate Link') }}
@if (currencyShouldDisplayOnRight(currency()->symbol)) {{ $totalEarnings - $totalWithdrawal }} {{ currency()->symbol }} @else {{ currency()->symbol }} {{ $totalEarnings - $totalWithdrawal }} @endif
{{ __('Comission Rate') }}: {{ $setting->affiliate_commission_percentage }}%
{{ __('Referral Program') }}: {{ __('All Purchases') }}
{{ __('Affiliate Link') }}
AFF-WTHDRWL-{{ $entry->id }} | {{ $entry->amount }} | {{ $entry->status }} | {{ $entry->created_at }} |
{{ __('You have no withdrawal request') }} |