Invoice #: {{ $payment->id }}
Sponsor Name: {{ $payment->sponsor->fullName }}
Email: {{ $payment->sponsor->email }}
Phone: {{ $payment->sponsor->phone }}
Address: {{ $payment->sponsor->address }}
Student Name: {{ $student['student_name'] }}
Age: {{ $student['student_age'] }}
Gender: {{ $student['gender'] }}
Communication Address: {{ $student['communication_address'] }}
Contact Phone: {{ $student['contact_phone'] }}
Class: {{ $student['student_class'] }}
Standard: {{ $student['student_std'] }}
| Item | Description | Amount |
|---|---|---|
| School Fees | Fees for @if(is_array($payment->students)) {{ implode(', ', array_column($payment->students, 'student_name')) }} @elseif(is_string($payment->students)) {{ $payment->students }} @endif | ₹{{ $payment->amount }} |
| Total | ₹{{ $payment->amount }} | |
| Total fees | ₹{{ $payment->balance_amount }} | |
| Balance Amount to pay | ₹{{ $payment->balance }} | |
| Extra Amount paid | ₹{{ $payment->extrapayment }} | |
Thank you for sponsoring these students' education. Your continued support is invaluable. Please ensure any outstanding balances are settled before the due date.