@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')
Great News!
@endcomponent
@component('emails.common.p')
You have been assigned a Shopper Assignment.
@endcomponent
@component('emails.common.p')
Please click on the following link to view the details: Link to Shopping Assignment
@endcomponent
@component('emails.common.p')
Take note all Shopper Assignments have a deadline; please pay close attention to this deadline to ensure you do not miss out on the opportunity.
@endcomponent
@component('emails.common.p')
If you would like further assistance on this assignment send an email to insight@empower.co.tz and let us know how we can help you.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.team_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')