@extends('panel.layout.app') @section('title', __('Affiliate')) @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

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

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

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

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

{{ __('Affiliate Link') }}

{{ __('Withdrawal Form') }}

{{ __('Withdrawal Requests') }}

@foreach ($list2 as $entry) @endforeach @if (count($list) == 0) @endif
AFF-WTHDRWL-{{ $entry->id }} {{ $entry->amount }} {{ $entry->status }} {{ $entry->created_at }}
{{ __('You have no withdrawal request') }}
@endsection @section('script') @endsection