@if(!empty($data['attach_cv']))
@if (in_array($ext, $allowed))
@else
@endif
@else
CV not uploaded
@endif
@forelse($comments as $comment)
{{-- View uploaded files --}}
@empty
@endforelse
@if(isset($comment['employee_pic']) && !empty($comment['employee_pic']))
@else
@endif
{{-- fa-solid fa-eye text-info icon-md --}}
@endif
{{$commonHelper->get_timeago($comment['created_at'])}}