@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello Insight Team,
@endcomponent
@component('emails.common.p')
A Shopper has input feedback into one of their Shopper Assignments that includes a Service Star
@endcomponent
@component('emails.common.p_with_ul')
@slot('p')
Please see the immediate details:
@endslot
@slot('ul')
MP Client: {{ $requestParams['mp_client'] }}
MP Name: {{ $requestParams['mp_name'] }}
Company: {{ $requestParams['company_name'] }}
Branch: {{ $requestParams['branch_name'] }}
Shopper Name: {{ $requestParams['m_plus_name'] }}
@endslot
@endcomponent
@component('emails.common.p')
Please click on the following link to view the Service Star Details: Link to Service Star Details
@endcomponent
@component('emails.common.p')
Remember we aim to approve all Red Flags & Service Stars with quick effect in order to allow our client to respond to the alert.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.team_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')