@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 @if(!empty($candidate))
@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) @endforeach
@endif
@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
{{$testpin}}
{{-- --}}
@if(isset($videos['Candidate_Video'])) @endif
@endif
@endforeach @else
No candidate available.!
@endif
Broadcast Chat