{{ __('Purchase Course') }} {{-- --}}
{{ __('Enroll') }}

{{ __('Purchase Course') }}

@csrf
{{ __('Billing Information') }}
{{ __('Course Information') }}
{{-- --}} {{-- --}} {{-- --}}
{{ $course->course_code }} {{ $course->regular_price }}
{{ __('Sub-Total') }}{{ $subTotal = number_format($course->regular_price * 1, 2) }}{{ $course->regular_price }}
{{ __('Tax') }} {{ $tax = number_format($course->regular_price * 0.05, 2) }}
{{ __('Grand Total') }}{{ $total = number_format($subTotal + $tax, 2) }}{{ $total = $course->regular_price }}