@extends('studentdashboard.layouts.index') @section('default')
| 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]) |