@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $data['client_user_company'] }} Team,
@endcomponent
@component('emails.common.p')
A Shopper has successfully completed a visit to a branch within your Mystery Program titled {{ $data['mp_name'] }}
@endcomponent
@component('emails.common.p_with_ul')
@slot('p')
Please see the immediate details of the shopper data:
@endslot
@slot('ul')
Company: {{ $data['company_name'] }}
Branch: {{ $data['branch_name'] }}
@endslot
@endcomponent
@component('emails.common.p')
Please click on the following link to visit your dashboard: Link to Dashboard
@endcomponent
@component('emails.common.p')
Take some time to play around with the data, use the various reporting tools available for you.
@endcomponent
@component('emails.common.p')
If you would like any further assistance or clarity please drop an email to insight@empower.co.tz or call your dedicated account manager.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.team_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')