{{ $item->shipping_country }} |
{{ $item->academic_record->student_number }} |
{{ $item->academic_record->student->name }} |
{{ $item->academic_record->student->lastname1 }} |
{{ $item->academic_record->student->lastname2 }} |
{{ $item->academic_record->student->personal_email }} |
{{ $item->academic_record->student->telephone }} |
{{ $item->academic_record->curriculum ? $item->academic_record->curriculum->name : null }}
|
{{ $item->transaction_date }} |
{{ $item->description }} |
{{ amountWithPercentage($item->amount, '1.03') }} |
{{ $item->academic_record->degree }} |
{{ $item->referenceCode }} |
{{ $item->amount }} |
{{ $item->franchise }} |
{{ $item->card_type }} |
{{ $item->payment_method_type ? App\Models\PayU::METHOD_PAYMENT[$item->payment_method_type] : '' }}
|
@endforeach