@php $auth = Auth::guard('corporate')->user(); if($auth && $auth->user_type == '1'){ $image = $auth->companyLogo ? \App\Helper\HireMeeHelper::getCompanyLogo($auth->company_id) : secure_asset('assets/images/user.png'); }else{ $image = $auth && $auth->image ? secure_asset('assets/images/user.png') : secure_asset('assets/images/user.png'); } if (Auth::guard('corporate')->check()) { $route_prefix = 'pro/company'; } else { $route_prefix = 'proctor'; $image = $companyId ? \App\Helper\HireMeeHelper::getCompanyLogo($companyId) : secure_asset('assets/images/user.png'); } @endphp @php if (empty($status_with_testpins_data_set)) { $status_with_testpins_data_set = [ [ 'status' => 'Not yet started', 'count' => 0, 'isDateFieldExist' => false, 'dataSet' => [] ], [ 'status' => 'Started', 'count' => 0, 'isDateFieldExist' => true, 'dataSet' => [] ], [ 'status' => 'Completed', 'count' => 0, 'isDateFieldExist' => true, 'dataSet' => [] ], [ 'status' => 'Terminated', 'count' => 0, 'isDateFieldExist' => true, 'dataSet' => [] ], ]; } @endphp
@if(isset($from) && $from === 'admin') @endif @if (!empty($start_date) && !empty($end_date)) {{ $assessment_name ?? '' }} ( {{ $start_date }} - {{ $end_date }} ) @endif
@foreach ($status_with_testpins_data_set as $dataSet) @php $statusClass = strtolower(str_replace(" ", "-", $dataSet['status'])); @endphp @endforeach
@if(!empty($candidate)) @foreach($candidate as $testpin=>$videos) @if(isset($testpin)) @php $profileImg = \App\Helper\HireMeeHelper::getTestpinProfileImage($testpin) ?: secure_asset('assets/images/video-stream/profileicon.svg'); @endphp
@if(empty($admin_proctor_id))
{{$testpin}} {{($videos['status']==10)?'(Blocked)':''}}
{{-- --}}
@endif
@if(isset($videos['Candidate_Video'])) @endif
@endif
@endforeach @else
No candidate available in proctoring.!
@endif
Broadcast Chat
@if(empty($admin_proctor_id)) @endif