@if(!Auth::guard('college')->check()) @if(Auth::user()) @php $isDsmCandidatePayment = HireMeeHelper::isDsmCandidatePayment(Auth::user()->hiremee_id); $encryptedHiremeeId = encrypt(Auth::user()->hiremee_id); $viewReportUrl = secure_url('/api/candidate/diagnostic-reports-view',[$encryptedHiremeeId]); @endphp {{--@if(isset($check_csr_assessment_status)&&((is_null($check_csr_assessment_status) || (count($check_csr_assessment_status) >= 0)))) --}}
@php $urlParas = HireMeeHelper::csrEncrypter('hiremeeId='.Auth::user()->hiremee_id); $assessmentUlr = getenv('CSR_TAKE_ASSESSMENT_LIVE').'?ticket='.$urlParas; /*$assessmentUlr = getenv('CSR_TAKE_ASSESSMENT_LIVE').'?hiremeeId='.HireMeeHelper::csrEncrypter(Auth::user()->hiremee_id).'&pass='.HireMeeHelper::csrEncrypter(Auth::user()->password); */ @endphp

@if(is_null($check_csr_assessment_status)) Take Assessment @else Retake Assessment @endif

{{--@endif--}} @if(Auth::user()->is_gold == 0)
Diagnostic Report @if($isDsmCandidatePayment == 0)

Welcome {{ Auth::user()->fullname }}, Hope you enjoyed our platform, If you want to get the diagnostic report for your assessment just make payment and receive it through mail.

@else @if(($isDsmCandidatePayment > 0) && (!is_null($check_csr_assessment_status)&&($check_csr_assessment_status->national_percentile >0)))

You can view the Diagnostic Report for your assessment.

@else

Please wait, your report in progress.

@endif @endif
@endif @endif @endif @if(!Auth::guard('college')->check()) @if(Auth::user() && Auth::user()->is_gold == 0)

HireMee Top Recruiters

@php $records=HireMeeHelper::getTopRecruites(); @endphp @if(!empty($records)) @forelse($records as $record)
@php $companylogo=HireMeeHelper::getCompanyLogo($record->company_id); @endphp @if(!is_null($companylogo)) Generic placeholder image @else Generic placeholder image @endif
{{ HireMeeHelper::getCompanyName($record->company_id) }}
@empty @endforelse @endif
@endif @endif @if(Request::is('candidate/profile-view')) @if(Auth::user()->is_gold == 0)
@if(Auth::user()->unsubscribe <= 0)

If you are not interested in HireMee promotional email. CLICK HERE to unsubscribe.

@else

You are already unsubscribed. CLICK HERE to subscribe again.

@endif
@endif @endif