@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')
Your Mystery Shopper profile has been independently reviewed and approved.
@endcomponent
@component('emails.common.p')
Welcome to the Shopper Family!
@endcomponent
@component('emails.common.p')
Remember Shopping Assignments are demand based - we hope to contact you soon for your first Shopping Assignment.
@endcomponent
@component('emails.common.p')
However, before then, we will invite you to a Mystery Shopping Masterclass where we will teach you the tricks of the trade.
@endcomponent
@component('emails.common.p')
Welcome to the People’s Platform!
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.team_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')