@extends('frontend.layouts.app') @php use Carbon\Carbon; @endphp @section('content')

Order Summery


Course : {{$course->course->name}}

Month : {{$checks->month}} Month

Expiry Date : {{ Carbon::now()->addMonths($checks->month)->format('d M Y') }}

Next Exam : 1 Nov 2024

Original Price: ${{$checks->price}}

Discount: $0


Total

${{$checks->price}}

{{$token->title}}


1 of 2 - Your Details


@csrf

2 of 2 - Payment


@endsection @push('js') @endpush