@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 recently completed a Shopper Assignment - upon review and investigation your Shopper Data has been rejected. @endcomponent @if(isset($reason) && !empty($reason)) @component('emails.common.p') Please find below the exact reason for rejection: @endcomponent @component('emails.common.p') {{ $reason }} @endcomponent @endif @component('emails.common.p') If your Shopper Data has been rejected it unfortunately means you will not be remunerated for your efforts. @endcomponent @component('emails.common.p') When we receive data that does not seem genuine or has been wrongly input we will always investigate further before rejecting. @endcomponent @component('emails.common.p') Please view our Community Guidelines for more information on how we are guided. @endcomponent @component('emails.common.p') If you have further questions on this please email enquiry@empower.co.tz @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.team_footer') @endcomponent @endcomponent @endcomponent @include('emails.common.footer')