@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 }}{{ max(0, $totalEarnings - $totalWithdrawal) }} @endif
{{ __('Commission Rate') }}: {{ $setting->affiliate_commission_percentage }}%
{{ __('Referral Program') }}: @if ($is_onetime_commission) {{ __('First Purchase') }} @else {{ __('All Purchases') }} @endif