@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 have recently been paid for your Shopper Assignment.
@endcomponent
@component('emails.common.p_with_ul')
@slot('p')
Please find below the assignment details:
@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')
In case you have any question about this transaction please send email to enquiry@empower.co.tz
@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')
Empower will hold no liability for any transaction fees your service provider may take from the Shopper Assignment Fee.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.team_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')