{{-- resources/views/checkout/show.blade.php --}} @extends('layouts.app') @section('title','Checkout') @section('content')

Payment

Payment today! Start building points and get access to exclusive discounts.

default_address ?? '') ? 'checked' : ''}}>
address)) readonly @endif>
house_no)) readonly @endif>
street_name)) readonly @endif>
city)) readonly @endif>
postal_code)) readonly @endif>
country)) readonly @endif>
• For resizing, include the exact size and any specifics.
• Make sure your phone/WhatsApp number is correct so we can reach you.
• Add any preferences (finish, engraving, delivery notes, etc.).
Basket Summary (1 Items)
@foreach($totals['items'] as $ci)
Shopping item
{{ $ci['title'] }}

£{{ number_format($ci['unit'], 2) }} * {{ $ci['qty'] }} = £{{ number_format($ci['line'], 2) }}

@if(!empty($ci['weight_g'])) · {{ number_format($ci['weight_g'],3) }} g @endif

@endforeach

Order total

Sub Total

£{{ number_format($totals['subtotal'],2) }}
VAT £{{ number_format($totals['vat'],2) }}

Total

£{{ number_format($totals['total'],2) }}
@push('scripts') @endpush @endsection