@extends('layouts.app') @section('content')
@csrf
Checkout
@if(!auth()->check())
Contact Information
Log in
@endif
In your cart
  • Subtotal: £{{ number_format($subtotal, 2) }}
  • Discount: -£{{ number_format($discount, 2) }}
  • Shipping: £{{ number_format($shipping, 2) }}
  • VAT ({{ $vatPercent }}%): £{{ number_format($vatAmount, 2) }}
Total (incl. VAT): £{{ number_format($grandTotal, 2) }}
@endsection