@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$details->contactusers->first_name}},
@endcomponent
@component('emails.common.p')
Thank you for being our trusted partner in business.
@endcomponent
@component('emails.common.p')
This email is to serve as a reminder of the expiration date of your annual franchise.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Franchise Details:
@endcomponent
@component('emails.common.ul')
Company Name: {{ $details->name }}
Franchise Type: {{ ucwords(str_replace('_',' ',$details->franchise_type)) }}
Country: {{ $details->countries->name }}
License Start Date: {{ $details->license_start_date }}
License Expiry Date: {{ $details->license_end_date }}
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Kindly ensure the annual license fee for the following year has been cleared prior to the license expiration date.
@endcomponent
@component('emails.common.p')
If the annual license fee has already been cleared please ignore this email.
@endcomponent
@component('emails.common.p')
Please contact finance@empower.co.tz for further information.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
noQuote
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')