@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $user->first_name }},
@endcomponent
@component('emails.common.p')
Please see your screening schedule below.
@endcomponent
@component('emails.common.p')
@foreach($candidate as $key => $value)
{{ $value->candidate->first_name }} {{ $value->candidate->last_name }} : {{ $value->time }}
@endforeach
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
noQuote
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')