@extends('studentdashboard.layouts.index') @section('default')
PAYMENT HISTORY

PAYMENT HISTORY

@foreach ($payment_details as $pd) @endforeach
Payment For Reference No. Amount Paid Payment Method Payment Date Action
HRS{{ $pd->registerCourse->name }} HRS {{ $pd->registerCourse->id }} USD {{ $pd->registerCourse->course->price }} {{ $pd->card_type }} {{ $pd->created_at }} View Receipt {{-- View Receipt --}} @include('studentdashboard.paymenthistory.partial.recipt_modal',['payment_detail'=>$pd])
@endsection