@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') Your Shopper Experience Form has been approved by our Insight Team. @endcomponent @component('emails.common.p') Your payment for your contribution will be included in the upcoming payment schedule. @endcomponent @component('emails.common.p') Empower aims to make payment in the final week of each month although there may sometimes be slight delays. @endcomponent @component('emails.common.p_with_ul') @slot('p') Please find below payment details we have logged for this assignment: @endslot @slot('ul')
  • Shopper Assignment Fee: {{ $requestParams['currency_symbol'] }} {{ number_format($requestParams['visit_charge']) }}
  • Mobile Wallet Number: {{ $requestParams['wallet_number'] }}
  • Assignment Company: {{ $requestParams['company_name'] }}
  • Assignment Branch: {{ $requestParams['branch_name'] }}
  • Assignment Link: Link to Shopping Assignment
  • @endslot @endcomponent @component('emails.common.p') Please note that your mobile wallet number is a number that you provide when applying to become a Mystery Shopper; Empower will not refund or reissue payment in the event you have made an error with the wallet number. @endcomponent @component('emails.common.p') If you would like to change your wallet number please click on the following link: Link to Change Wallet Number @endcomponent @component('emails.common.p') You will receive a confirmation email once we have affected payment. @endcomponent @component('emails.common.p') Thank you for contributing to the growth of the nation – improving customer centricity and transparency in our community. @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.team_footer') @endcomponent @endcomponent @endcomponent @include('emails.common.footer')