@if(!empty($log_details))
@php $company_id =$log_details[0]->company_id; @endphp
{{ $log_details ? Carbon\Carbon::parse($log_details[0]->created_at)->format('jS F \\, Y') : ""}}
@endif
@if(!empty($is_image_proctering))
@if(count($images) != 0)
View test taker's images
@endif
@if($video)
@if(!empty($video->video_filepath) && (!$is_proctored_rec_video))
View Video Capture
@php $proct_video = \HireMeeHelper::getAWSVideoUrl($video->video_filepath,getenv('prodevbucket'),'hiremeeprodev'); @endphp
@endif
@endif
@endif
@if(!empty($is_screen_capture))
Assessment screen images
@endif
{{-- @if(isset($company_id)&&(in_array($company_id,explode(',',getenv('NCVET_company')))))
@if($is_proctored_rec_video)
Video
@endif
@endif --}}
videos