@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') We hope this finds you well. @endcomponent @component('emails.common.p') This email is to thank you for your custom and to provide you a polite reminder to make payment for the below Tax Invoice. @endcomponent @component('emails.common.table') PDF Tax invoice Link to Tax Invoice @if($invoice->efdReceipt && $invoice->efdReceipt->company_document_link) EFD Receipt Copy: Link to EFD Receipt @endif Tax Invoice Number: {{ $invoice->ti_serial_number }} Tax Invoice Date: {{ date('d M Y', strtotime($invoice->tax_invoice_date)) }} Tax Invoice Due Date: {{ date('d M Y', strtotime($invoice->tax_due_date)) }} @if($invoice->count_of_over_due_invoice) (Days Overdue: {{ $invoice->count_of_over_due_invoice }} @if($invoice->count_of_over_due_invoice > 1) days) @else day) @endif @endif @endcomponent @component('emails.common.p') If you have already made payment then kindly ignore this email. @endcomponent @component('emails.common.p') In case of any questions or comments please contact us directly by emailing: {{ config('mail.address.finance_tz') }} @endcomponent @component('emails.common.p') Thank you for being a part of our business. @endcomponent @component('emails.common.p') With gratitude, @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])