@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $firstName }},
@endcomponent
@component('emails.common.p')
Unfortunately our Insight Team has deactivated your Mystery Shopper profile.
@endcomponent
@component('emails.common.p')
This will be because you have acted against our Community Guidelines
@endcomponent
@component('emails.common.p')
We would like to thank you for your efforts and hope you will continue to engage with our platform.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.team_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')