@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 made for a Tax Certificate. @endcomponent @component('emails.common.p') You can view and download the certificate using the link below @endcomponent @component('emails.common.table') Certificate PDF Link to Certificate @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])