| Fee Transaction Receipt |
| Fee Receipt No. |
: {{rand(111111,999999)}} |
| Order id |
: OID_{{rand(111111,999999)}} |
| We confirm the receipt of Registration Fees paid as per the following particulars: |
| University |
: O.P. Jindal Global University. |
| School |
: OPJGU, Sonipat |
| Name of the Student |
: {{$value->first_name.' '.$value->last_name}} |
| Student ID |
: {{$value->student_id}} |
| E-mail |
: {{$value->email}} |
| Phone |
: {{$value->phone}} |
| LSAT Id / JGU Registration Id |
: {{time().rand(1,10)}} |
| Transaction Amount |
: ₹{{$value->fee_amount}}/- |
| Bank Charges |
: ₹{{25 - $value->fee_amount}}/- |
@if(($value->payment_mode == 'Online'))
| Transaction ID |
: TID_{{time()}} |
@endif
| Transaction date |
: {{date('d M Y')}} |
| Payment Via |
: PAYTM |
@if(($value->payment_mode == 'Offline'))
| DD/Cheque/NEFT Detail |
: {{$value->tid}} |
| Bank Name |
: {{$value->card_name}} |
@endif
| Payment Status |
: {{$value->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 |