@extends('panel.layout.app', ['disable_tblr' => true])
@section('title', __('Affiliate'))
@section('titlebar_actions')
{{ __('Affiliate Link') }}
@if (currencyShouldDisplayOnRight(currency()->symbol)) {{ $totalEarnings - $totalWithdrawal }}{{ currency()->symbol }} @else {{ currency()->symbol }}{{ $totalEarnings - $totalWithdrawal }} @endif
{{ __('Commission Rate') }}: {{ $setting->affiliate_commission_percentage }}%
{{ __('Referral Program') }}: {{ __('All Purchases') }}