| Receipt No. | {{ $TransportationPayment->id }} | Date | {{ date('d-m-Y', strtotime($TransportationPayment->paid_at)) }} |
|---|---|---|---|
| Student Name | {{ $student->full_name }} | Admission No. | {{ $student->student->admission_no }} |
| Class | {{ $student->student->class_section->class->name }} | Section | {{ $student->student->class_section->section->name ?? '' }} |
| Fee Description | Pickup Point | Duration | Amount (₹) | Mode | @if($TransportationPayment->paymentTransaction->payment_gateway === 'cheque')Cheque number | @endif||||
|---|---|---|---|---|---|---|---|---|---|
| Transportation Fee | {{ $TransportationPayment->pickupPoint->name }} | {{ $TransportationPayment->transportationFee->duration }} Days | {{ $TransportationPayment->transportationFee->fee_amount }} | {{ ucwords($TransportationPayment->paymentTransaction->payment_gateway) }} | @if($TransportationPayment->paymentTransaction->payment_gateway === 'cheque'){{ $TransportationPayment->paymentTransaction->order_id }} | @endif||||
| Total Paid | @elseTotal Paid | @endif{{ $TransportationPayment->transportationFee->fee_amount }} | |||||||