@extends('master') @section('css') @endsection @section('content')

Review order

Your order is displayed below. Please click "Place order" to confirm your order.

@php $alerts = app(Cartalyst\Alerts\Alerts::class)->get(); @endphp @foreach ($alerts as $alert) @endforeach

Your order

@foreach ($items as $item) @endforeach
Product Quantity Cost
{{ $item->code }}: {{ $item->name }} @foreach ($item->attributes() as $attribute=>$data) ({{ $data->value }}) @endforeach {{ $item->quantity() }} £{{ number_format($item->subTotal(),2) }}
Total ex. VAT: £{{ number_format(Cart::itemsSubtotal(),2) }}
Total inc. VAT: £{{ number_format(Cart::total(),2) }}

Delivery address:

{!! $order->address->render() !!}

Order reference:

{{ $order->order_reference or 'N/A'}}

Special instructions:

{{ $order->instructions or 'None specified'}}


@endsection