@extends('layouts.mail') @section("content")

An order has been received ( Order ID {{ $orderId }})

Placed By: {{ $name }}

{{----}} @foreach($items as $item) {{----}} @endforeach @if (count($items)>1) @endif
RegKeeperPriceDVLA FeeVATTotal
{{ $item["registration"] }}{{ $item["registered_keeper"] }}£{{ number_format($item["base_price"],2,".",",") }} £ {{ number_format($item["dot_fee"],2,".",",") }} £ {{ number_format($item["vat"],2,".",",") }}£ {{ number_format($item["total"],2,".",",") }}
Total £ {{ number_format($total,2,".",",") }}

Please log in to the admin area to process the order

AceReg.com

@endsection