@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')
You received a Consulting Request that you have not responded to.
@endcomponent
@component('emails.common.p')
To maintain a high quality Consulting Profile please click on the following link and provide feedback: Link to Request
@endcomponent
@component('emails.common.p')
Request Details:
Full Name: {{ $inquirer->name }}
Designation: {{ $inquirer->position }}
Company Name: {{ $inquirer->company }}
@endcomponent
@component('emails.common.p')
Make sure to provide feedback by either accepting or rejecting the request.
@endcomponent
@component('emails.common.p')
When you accept the request your contact details will be shared with the person who enquired.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')