@include('emails.client_contact.common-finance.header', ['franchise' => $franchise])
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$client_contact->first_name}},
@endcomponent
@component('emails.common.p')
Thank you for being a valued business partner to @if($franchise) {{ $franchise->company_name }}@endif!
@endcomponent
@component('emails.common.p')
A Tax Invoice has been issued against services rendered – the hard copies will be delivered to your offices via courier.
@endcomponent
@component('emails.common.table')
PDF Tax invoice |
Link to Tax Invoice |
@if($tax_invoice->efdReceipt && $tax_invoice->efdReceipt->company_document_link)
EFD Receipt Copy: |
Link to EFD Receipt |
@endif
Tax Invoice Number: |
{{ $tax_invoice->ti_serial_number }} |
Tax Invoice Date: |
{{ date('d M Y', strtotime($tax_invoice->tax_invoice_date)) }} |
Tax Invoice Due Date: |
{{ date('d M Y', strtotime($tax_invoice->tax_due_date)) }}
@if($tax_invoice->count_of_over_due_invoice)
(Days Overdue: {{ $tax_invoice->count_of_over_due_invoice }}
@if($tax_invoice->count_of_over_due_invoice > 1)days) @else day) @endif
@endif
|
@if(count($projects) > 0)
Project Name:
|
@foreach ($projects as $project)
{{ $project }}
@endforeach
|
@endif
@endcomponent
@component('emails.common.p')
Please confirm receipt of this email and Incase of any queries contact us at: {{ config('mail.address.finance_tz') }}
@endcomponent
@component('emails.common.p')
We look forward to continued partnership in the near future.
@endcomponent
@component('emails.common.p')
Many thanks,
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Team @if($franchise) {{ $franchise->company_name }}@endif
@if($franchise)
{{ $franchise->company_website }}
@endif
@endcomponent
@endcomponent
@endcomponent
@include('emails.client_contact.common-finance.footer', ['franchise' => $franchise])