@lang('modules.interviewSchedule.interviewSchedule')
@lang('modules.interviewSchedule.candidate')
@foreach($candidates as $candidate)
job_application_id == $candidate->id) selected @endif value="{{ $candidate->id }}">{{ ucwords($candidate->full_name) }}
@endforeach
@lang('modules.interviewSchedule.employee')
@foreach($users as $emp)
{{ ucwords($emp->name) }} @if($emp->id == $user->id) (@lang('app.you')) @endif
@endforeach
@lang('modules.interviewSchedule.scheduleDate')
@lang('modules.interviewSchedule.scheduleTime')
@lang('modules.interviewSchedule.comment')
{{ $comment->comment ?? '' }}