@extends('layouts.main') @section('title',trans('core.title_test_result')) @section('content')
@if(!empty(count($candidates)))
@foreach($candidates as $candidate) @php $photo = \HireMeeHelper::getAWSImageUrl($candidate->s3_id,config('filesystems.disks.hiremeeprodev.bucket'),'hiremeeprodev'); @endphp
@endforeach
{{$candidates->links()}}
{!! Form::open(["action" => "Pro\Corporate\CorporateController@testResultSearch", "id" => "loadMoreForm"]) !!} {!! Form::hidden("assessment", (!empty($input['assessment']))?$input['assessment']:"") !!} {!! Form::hidden("assessment_type",(!empty($input['assessment_type']))? $input['assessment_type'] : "") !!} {!! Form::hidden("page", "2", ["id" => "skip_count"]) !!} {!! Form::close() !!}
@else

No Records found

@endif
Please wait, Loading...
Screen captured at consecutive timestamp while assessment
@if(!is_null($corporate_custom_settings) && ($corporate_custom_settings->proctor_listing_type == 1))
@else
@endif
@endsection @section('footer') @endsection