@include('emails.client_contact.common-finance.header', ['franchise' => $franchise])
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$contact->first_name}},
@endcomponent
@component('emails.common.p')
We thank you for trusting Empower as a partner to your organisation.
@endcomponent
@component('emails.common.p')
We recently had the pleasure of working with you on the following project: {{ $projectName }}
@endcomponent
@component('emails.common.p')
To better improve our services in the future please share your feedback with us using the following link: Feedback Form
@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])