@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Affiliate')) @section('titlebar_actions') {{ __('Affilated Users') }} @endsection @section('content')

{{ __('Invite your friends and earn lifelong recurring commissions from every purchase they make') }}.🎁

{{ __('Affiliate Link') }}

{{ __('Earnings') }}

@if (currencyShouldDisplayOnRight(currency()->symbol)) {{ $totalEarnings - $totalWithdrawal }}{{ currency()->symbol }} @else {{ currency()->symbol }}{{ $totalEarnings - $totalWithdrawal }} @endif

{{ __('Commission Rate') }}: {{ $setting->affiliate_commission_percentage }}%

{{ __('Referral Program') }}: {{ __('All Purchases') }}

{{ __('How it Works') }}

  1. 1 {!! __('You send your invitation link to your friends.') !!}
  2. 2 {!! __('They subscribe to a paid plan by using your refferral link.') !!}
  3. 3 {!! __('From their first purchase, you will begin earning recurring commissions.') !!}
{{ __('Send') }}

{{ __('Withdrawal Form') }}

{{ Auth::user()->affiliate_bank_account ?? null }} {{ __('Send Request') }}

{{ __('Withdrawal Requests') }}

{{ __('No') }} {{ __('Amount') }} {{ __('Status') }} {{ __('Date') }} @forelse ($list2 as $entry) AFF-WTHDRWL-{{ $entry->id }} {{ $entry->amount }} {{ $entry->status }} {{ $entry->created_at }} @empty {{ __('You have no withdrawal request') }} @endforelse
@endsection @push('script') @endpush