@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$consultant->first_name }},
@endcomponent
@component('emails.common.p')
Your consulting profile has been reviewed by our content moderators and has been rejected for the following reason:
{{ $rejectReason }}
@endcomponent
@component('emails.common.p')
Reasons for being rejected are often due to not adhering to the Community Guidelines.
@endcomponent
@component('emails.common.p')
We aim to find a solution always, a member of our moderation team will reach out to you to provide more feedback and find a way to get your profile live.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')