@if($type == 'base')
@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
@endif @forelse($log_details as $log_detail) @php if($loop->iteration % 2 == 0){ $classname = 'light-grey'; }else { $classname = 'dark-grey-bg'; } @endphp
{{$log_detail ? Carbon\Carbon::parse($log_detail->created_at)->format('g:i:s a') : ""}}
{{$log_detail->event_name}}
@empty No record found @endforelse @if(isset($hasmore))
Load more...
@endif
Please wait, Loading...
@php $invalid_image = 0; @endphp @foreach($images as $image) @php if($image->is_valid == 0){ $invalid_image = $image->is_valid + 1; }else { $invalid_image = 0; } @endphp @endforeach

Proctoring Report Screen Capture Preview

Screen captured at consecutive timestamp while assessment
{{-- @version 20.0 @author Dilip - Start --}} @if($proctoringType == 1) {{----}} @endif
@if($proctoringType == 1)
@elseif($proctoringType == 2)
@else
@endif
{{-- @version 20.0 @author Dilip - End --}}

Proctoring Report Screen Video Preview

{{-- View Procotored image Modal --}}
{{-- @abstract --> Captured screen images @author Karthikaipriyan - Start --}}
Please wait, Loading...

Screen Capture Image Preview

{{-- End--}}