| Student | Plan | Amount | Commission | Status |
|---|---|---|---|---|
| {{ $payment->user?->name }} | {{ $payment->pricingPlan?->name }} | ${{ number_format((float) $payment->amount, 2) }} | ${{ number_format(((float) $payment->amount) * ($rate / 100), 2) }} | |
| No payment history yet. | ||||
Current commission rate
{{ number_format($rate, 2) }}%
Earnings are calculated from paid and pending student payments assigned to this mentor.