@if(isset($is_rollnumber_required) && isset($is_enrollment_required)) @endif @if($type == 'test_started' || $type == 'all_test_status') @endif @if($type == 'test_freezed' || $type == 'test_started' || $type == 'all_test_status') @endif @if(!is_null($candidate_reports)) @php if($type == 'test_freezed'){ $total_testpin_count = \App\Helper\HireMeeHelper::getFileuploadTotalCount(5); }elseif($type == 'test_started'){ $total_testpin_count = \App\Helper\HireMeeHelper::getFileuploadTotalCount(3); }elseif($type == 'all_test_status'){ $total_testpin_count = \App\Helper\HireMeeHelper::getFileuploadTotalCount(); } @endphp @foreach($candidate_reports as $candidateexcel) {{-- @foreach ($candidateexcel->candidate_assessments as $value) @if($type == 'test_started' || $type == 'all_test_status') @endif @if($type == 'test_freezed' || $type == 'test_started' || $type == 'all_test_status') @endif @endforeach --}} @if(isset($is_rollnumber_required) && isset($is_enrollment_required)) @endif @if($type == 'test_started' || $type == 'all_test_status') @endif @if($type == 'test_freezed' || $type == 'test_started' || $type == 'all_test_status') @endif @endforeach @endif
Name Email Address Mobile No. Test Name Test PinRoll Number Enrollment NumberStart Date End DateStatusNo of files uploadedInvite Status
{{$candidateexcel->first_name}} {{$candidateexcel->last_name}} {{ $candidateexcel->email_id ? $candidateexcel->email_id : "---"}} {{ $candidateexcel->contact_no ? $candidateexcel->contact_no : "---" }} {{ $value->assessmetDetails ? $value->assessmetDetails->name : "---"}} {{ $value->testpin ? $value->testpin : "---"}} {{ $value->start_date ? $value->start_date : "---" }} {{ $value->end_date ? $value->end_date : "---"}}@if(isset($value->status_enumaration->options)) {{$value->status_enumaration->options}} @else

---

@endif
{{ \App\Helper\HireMeeHelper::getFileuploadcount($value->testpin) }}
{{$candidateexcel->first_name}} {{$candidateexcel->last_name}} {{ $candidateexcel->email_id ? $candidateexcel->email_id : "---"}} {{ $candidateexcel->contact_no ? $candidateexcel->contact_no : "---" }} {{ $candidateexcel->assessment_name ? $candidateexcel->assessment_name : "---"}} {{ $candidateexcel->testpin ? $candidateexcel->testpin : "---"}}{{ $candidateexcel->roll_number ? $candidateexcel->roll_number : "---"}} {{ $candidateexcel->enrollment_number ? $candidateexcel->enrollment_number : "---"}}{{ $candidateexcel->start_date ? $candidateexcel->start_date : "---" }} {{ $candidateexcel->end_date ? $candidateexcel->end_date : "---"}}@if(isset($candidateexcel->status)) {{$candidateexcel->status}} @else --- @endif{{!empty($total_testpin_count[$candidateexcel->testpin]) ? $total_testpin_count[$candidateexcel->testpin]: 0}} {{ $candidateexcel->mail_status ? $candidateexcel->mail_status : "Yet to Update" }}