A student just paid using your promocode
Hi {{ $influencer->name }},
Great news! A student completed their payment using your promocode. Here are the full invoice details:
| Invoice # | {{ $invoice->invoice_number }} |
| Student Name | {{ $invoice->student?->full_name ?? '—' }} |
| Promocode Used | {{ $invoice->promocode?->code ?? '—' }} |
| Total Price | {{ number_format($invoice->total_price, 2) }} EGP |
| Discount Applied | {{ number_format(($invoice->total_price - $invoice->net_price), 2) }} EGP |
| Net Paid | {{ number_format($invoice->net_price, 2) }} EGP |
| Payment Date | {{ now()->format('d M Y, h:i A') }} |
Keep sharing your promocode to earn more commissions. Thank you for being part of our network!