@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$inquirer->name }},
@endcomponent
@component('emails.common.p')
You recently filled a Consultant Request form on the Consulting Marketplace and your request has been rejected by
the respective Consultant.
@endcomponent
@component('emails.common.p')
You can find exact feedback as to why the Consultant rejected your request.
{{ $inquiry->rejection_reason }}
@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')
These things happen; not to worry there are plenty other Consultants to choose from on our platform, make sure to
keep browsing on the Consulting Marketplace.
@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')