@include('email.layout.header')

Hi, {{$candidate->name ?? ''}}

Interview has been {{ $interview->status == 'In Progress' ? 'scheduled' : $interview->status }} with {{$client->name ?? ''}} {{$client->lastname ?? ''}} for the job : {{ $job->title}}({{ $job->job_contract}})

Interview Timing:

Date: {{dateFormat($interview->activity_date)}}

Time: {{dateToTimeFormat($interview->start_at)}} - {{dateToTimeFormat($interview->end_at)}}

{{$interview->activity ?? ''}}

@if($interview->status == 'Completed')

To check Add your feedback

@endif
@include('email.layout.footer')