Invoice #{{ $invoice->invoice_number }}
Date: {{ \Carbon\Carbon::now()->format("dS M Y") }}
{{ $invoice->status }}
--}}
{{--
--}}
Hi {{ $quote->contact_person }},
--}} {{--Thank you for contacting us. As per the requirements discussed during our initial conversation, we are pleased to quote you as follows:
--}}
{{--| # | Item | Price |
|---|---|---|
| {{ ++$count }} | {{ $item->name }} |
{{ $invoice->currencySymbol }}{{ $item->amount }} |
| {{ $item->name }} | {{ $invoice->currencySymbol }}{{ $item->amount }} | |
| {{ $item->name }} | -{{ $invoice->currencySymbol }}{{ $item->amount }} |
| TOTAL | {{ $invoice->currencySymbol }}{{ $invoice->amount }} | |
Notes
{!! nl2br($invoice->notes) !!}