@foreach ($employees as $emp)
@if (!is_null($emp))
@endif
@endforeach
@if (in_array('Zoom', $worksuitePlugins))
@if ($interview->meeting)
@foreach ($employees as $emp)
@if(!is_null($emp))
@endif
@endforeach
@else
@foreach ($employees as $emp)
@if(!is_null($emp))
@endif
@endforeach
@endif
@endif