@extends('layouts.mail') @section("content")
Placed By: {{ $name }}
Reg | {{--Keeper | --}}Price | DVLA Fee | VAT | Total |
---|---|---|---|---|---|
{{ $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