@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')
Thank you for submitting your Shopper Experience Form.
@endcomponent
@component('emails.common.p')
Your Shopper Experience has been received and will be reviewed.
@endcomponent
@component('emails.common.p')
We review data to ensure the quality, if we are to identify any data that is extreme we may call you to
gain a deeper understanding of the scores you have provided before we approve the data.
@endcomponent
@component('emails.common.p')
Please note that we may take some time before we approve data, please be patient with us.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.team_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')