@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $candidate->first_name }},
@endcomponent
@component('emails.common.p')
Oops! It looks like your scheduled screening interview did not happen.
@endcomponent
@component('emails.common.p')
There is no problem as we can always schedule another one.
@endcomponent
@component('emails.common.p')
Remember; we have to conduct a screening interview with you before we can send your CV to any hiring
organisation; please reach out to our team to reschedule and set up another date.
@endcomponent
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')