Master Clean Dry Cleaner Service Limited

6 Langtry Walk,
Swiss Cottage
London
NW8 0DU
Mobile: 020 7328 5621, 07950 455241
Email: orders@masterdrycleaner.co.uk

To:
{{ $invoice->customer_name }}
{!! nl2br(e($invoice->shipping_address)) !!}

Invoice
Invoice #: {{ $invoice->order_no }}
Date: {{date("j F, Y", strtotime($invoice->created_at))}}

Ticket: {{$invoice->ticket_no?$invoice->ticket_no:""}}
@php $slNo = 1; @endphp @php $total = $subTotal = $discount = $taxAmount = 0; @endphp @foreach ($invoice->items as $item) @php $total += ($item->price * $item->quantity); $subTotal = $total; @endphp @php $slNo++; @endphp @endforeach
Quantity Description Price £
{{ $item->quantity }} {{ $item->item_name }} {{ $item->price }} {{ number_format(($item->price * $item->quantity) - $item->discount, 2) }}
Total: {{ number_format($total, 2) }}

VAT Summary

@php $originalAmount = $total / (1 + (20 / 100)); $taxAmount = $total - $originalAmount; @endphp
VAT Rate Net VAT Gross
20% {{number_format($originalAmount, 2)}} {{number_format($taxAmount, 2)}} {{ number_format($total, 2) }}

Thank you

VAT Registration Number: 312581624