@extends('master') @section('css') @endsection @section('content')
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)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) }} |
{!! $order->address->render() !!}
{{ $order->order_reference or 'N/A'}}
{{ $order->instructions or 'None specified'}}