@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$requestParams['first_name']}},
@endcomponent
@component('emails.common.p')
You were recently assigned a Shopper Assignment.
@endcomponent
@component('emails.common.p')
This email is to serve as a reminder that your deadline is approaching. If you do not complete
your shop visit within the specified deadline your assignment will be cancelled.
@endcomponent
@component('emails.common.ul')
Assignment Start Date: {{ $requestParams['start_date'] }}
Assignment Deadline: {{ $requestParams['end_date'] }}
Assignment Company: {{ $requestParams['company_name'] }}
Assignment Branch: {{ $requestParams['branch_name']}}
Assignment Link: Link to Shopping Assignment
@endcomponent
@component('emails.common.p')
Please note that if you consistently do not complete Shopper Assignments your profile will be blocked from future assignments.
@endcomponent
@component('emails.common.p')
If at any time you have questions or need assistance please send an email to enquiry@empower.co.tz
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.team_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')