@extends('panel.layout.app') @section('title', 'Affiliate') @section('content')

{{__('Invite your friends and earn commision from their first purchase.')}}🎁

{{__('Affiliate Link')}}

{{__('Earnings')}}

${{$totalEarnings-$totalWithdrawal}}

{{__('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 refferral link.') !!}
  3. {!! __('You start earning commision from their first purchase.') !!}

{{__('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 withdraval request')}}
@endsection @section('script') @endsection