▲
@include('Header')
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
Checkout
@csrf
Billing Information
Course Name:
{{ $course->CourseName }}
Price: US${{ $course->CoursePrice }}
Select Payment Method:
Use Coupon
Coupon Code:
Visa Card
Proceed to Payment
@include('Footer')