@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 %>
Apply Coupons
@if (!isset(Auth::user()->id))
Apply
@endif @if (isset(Auth::user()->id))
Apply
@endif
<% couponMsg %>
Clear
Price Details
Sub Total
€
<% sub_total %>
Coupon Discount
€
<% discount_applied %>
Grand Total
€
<% grand_total %>
@if (!isset(Auth::user()->id))
Proceed to Checkout
@endif @if (isset(Auth::user()->id))
Proceed to Checkout
@endif
Have you used discount code
NOV20OFF
to avail of
20%
discount
Pay with card
SHIPPING AND BILLING INFORMATION
{!! csrf_field() !!}
Name
Email
Phone
Address
City
County
Eircode
Country
@foreach($countries as $key => $value)
{{$value}}
@endforeach
Payment information
Card
PAY €{{Cart::subtotal()}}
@endsection @push('scripts') @endpush