| Fee Transaction Receipt |
| Fee Receipt No. |
: {{$transaction->bank_ref_no}} |
| Order id |
: {{$transaction->bank_ref_no}} |
| We confirm the receipt of Fees paid as per the following particulars: |
| University |
: O.P. Jindal Global University. |
{{--
| School |
: |
--}}
| Course: |
: {{$transaction->admission->class}} |
| Name of the Student |
: {{$transaction->admission->studentname}} |
| E-mail |
: {{$transaction->admission->student_email}} |
| Phone |
: {{$transaction->admission->student_phone}} |
| JGU Student Id |
: {{$transaction->admission_no}} |
|
|
@foreach($feearr as $da)
| {{$da['key']}} |
: Rs. {{$da['amount']}}/- |
@endforeach
| Outstanding |
: Rs. {{$outstanding}}/- |
| Penalty |
: Rs. {{$penalty}}/- |
| Latefine |
: Rs. {{$prelatefine}}/- |
|
|
@if($scholarshipstat == 1)
@foreach($myscholarships as $scholarship)
| {{$scholarship->scholarshipid[0]['scholarship_name']}} |
: Rs. {{$scholarship['amount']}}/- |
@endforeach
@endif
| Transaction Amount |
: Rs. {{$transaction->schoolamount}}/- |
| Bank Charges |
: Rs. {{$transaction->amount - $transaction->schoolamount}}/- |
|
|
@if(!empty($transaction->utr_no))
| UTR No |
: {{$transaction->utr_no}} |
@endif
| Transaction date |
: {{date('d M Y',strtotime($transaction->transaction_date))}} |
| Payment Via |
: {{$transaction->payment_via}} |
@if(($transaction->payment_mode == 'Offline'))
| DD/Cheque/NEFT Detail |
: {{$transaction->bank_ref_no}} |
@endif
@if(!empty($transaction->card_name))
| Bank Name |
: {{$transaction->card_name}} |
@endif
| Payment Status |
: {{$transaction->payment_status}} |
| Sincerely, |
| JGU |
| Sonipat Narela Road, Near Jagdishpur village Sonipat-131001, Haryana, India. Tel: + 91-130-4091800/ 801/ 802 |
| Email: fee@jgu.edu.in |