@extends('layouts.layout-auth') @section('content')
100% SECURE
0<% cartCount %>

Your Cart ( <% cartCount %> items )

Course Name Qty Amount
<% item.name %>
<% item.county %> | (<% item.start_date %>) Remove
<% item.price %>
<% couponMsg %>

Price Details

Sub Total
<% sub_total %>
Grand Total
<% grand_total %>
@if (!isset(Auth::user()->id)) Proceed to Checkout @endif @if (isset(Auth::user()->id)) @endif
@endsection @push('scripts') @endpush