{{ $marketer->first_name }} {{ $marketer->last_name }}'s Commission
Marketer Information
Name: {{ $marketer->first_name }} {{ $marketer->last_name }}
Email: {{ $marketer->email }}
Type: {{ ucfirst($marketer->type) }}
Total Referrals: {{ $totalReferrals }} vendors
Lifetime Stats
Total Lifetime Earnings: ₦{{ number_format($lifetimeEarnings, 2) }}
Member Since: {{ $marketer->created_at->format('M d, Y') }}
This Month Total
₦{{ number_format($totalEarnings, 2) }}
{{ date('F Y', mktime(0, 0, 0, $currentMonth, 1, $currentYear)) }}Paid This Month
₦{{ number_format($paidEarnings, 2) }}
SuccessfullCommission Details - {{ date('F Y', mktime(0, 0, 0, $currentMonth, 1, $currentYear)) }}
| Date | Vendor | Subscription | Commission Rate | Commission Earned | Status |
|---|---|---|---|---|---|
| {{ $commission->earned_date->format('M d, Y') }} |
@if($commission->vendor)
{{ $commission->vendor->first_name }} {{ $commission->vendor->last_name }}
@else
N/A
@endif
{{ $commission->vendor->email }} |
₦{{ number_format($commission->subscription_amount, 2) }} | {{ $commission->commission_rate }}% | ₦{{ number_format($commission->commission_amount, 2) }} | @if($commission->status == 'pending') Pending @else Paid @endif |
{{ $commission->vendor->email }} @else N/A @endif
No commissions yet
No commissions found for {{ date('F Y', mktime(0, 0, 0, $currentMonth, 1, $currentYear)) }}.
Commissions will appear here when this marketer's referred vendors make subscription payments.