@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 Empower!
@endcomponent
@component('emails.common.p')
This email is to serve as a confirmation that payment has been received for the below Tax Invoice and that your organisation has made a Withholding deduction.
@endcomponent
@component('emails.common.p')
We request that you share the Withholding Tax Certificate for our filing; please share the certificate with {{ config('mail.address.finance_tz') }}
@endcomponent
@component('emails.common.p')
This email is usually generated once we have not identified the certificate using the government portal.
@endcomponent
@component('emails.common.p')
Please see the below details of the relevant Tax Invoice of which the Withholding Tax was deducted from.
@endcomponent
@component('emails.common.table')
PDF Tax invoice |
Link to Tax Invoice |
@if($wht_log->efdReceipt && $wht_log->efdReceipt->company_document_link)
EFD Receipt Copy: |
Link to EFD Receipt |
@endif
Tax Invoice Number: |
{{ $wht_log->ti_serial_number }} |
Tax Invoice Date: |
{{ date('d M Y', strtotime($wht_log->tax_invoice_date)) }} |
@if($wht_log->date_collected)
Payment Received Date: |
{{ date('d M Y', strtotime($wht_log->date_collected)) }} |
@endif
@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])