@include('emails.common.header') @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Hello {{$inquirer->name }}, @endcomponent @component('emails.common.p') Great news! You recently filled a Consultant Request form on the Consulting Marketplace and your request has been accepted by the respective Consultant. @endcomponent @component('emails.common.p') Now that your request has been accepted please see the Consultant's details below @endcomponent @component('emails.common.p') Full Name: {{ $consultant->present()->name }}
Primary Phone Number: {{ $consultant->mobile }}
@if($consultant->secondary_mobile) Secondary Phone Number: {{ $consultant->secondary_mobile }}
@endif Primary Email: {{ $consultant->email }}
@if($consultant->secondary_email) Secondary Email: {{ $consultant->secondary_email }}
@endif @endcomponent @component('emails.common.p') If you would like a refresher on the Consultant then please click for their Profile Page @endcomponent @component('emails.common.p') We have not shared your Contact details with the Consultant so we suggest you give them a call to discuss your project in more detail. @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.secondary_footer') @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.p') Please note Empower has no control and cannot guarantee any behaviours exhibited by listed Consultants, you can read more about this by viewing our Community Guidelines @endcomponent @component('emails.common.p') If at any time you would like to report a Consultant you have engaged and found on the Consulting Marketplace then please send an email to report@empower.co.tz @endcomponent @endcomponent @endcomponent @include('emails.common.footer')