@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 received by our content moderators. @endcomponent @component('emails.common.p') We will review your profile in the next working day and will provide feedback. @endcomponent @component('emails.common.p') Please note that when we receive your profile we may make slight changes to your profile before approving it. @endcomponent @component('emails.common.p') Your profile may be rejected if it does not adhere to the Community Guidelines. @endcomponent @component('emails.common.p') You will receive an email confirmation once your profile is live. @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.secondary_footer') @endcomponent @endcomponent @endcomponent @include('emails.common.footer')