@php
$login_user = Auth::guard('corporate')->user();
$getCompanyProfile=\App\Helper\HireMeeHelper::getCompanyProfile($login_user->company_id);
$pro_active_expired = explode(',', env('PRO_ACTIVE_EXPIRED'));
@endphp
@if(in_array($getCompanyProfile['is_pro_active'],$pro_active_expired) || $getCompanyProfile['is_csr_active']==1)
-
@php
if($auth->user_type == '1')
$url = '/company/dashboard';
elseif($auth->user_type == '2')
$url = '/recruiter/dashboard';
@endphp
Dashboard
@endif
{{--@if($auth->user_type == '1' && $auth->status ==1 )--}}
{{--@if(!Request::is('pro/*'))--}
{{--@endif--}}
{{--@endif--}}
@if(in_array($getCompanyProfile['is_pro_active'],$pro_active_expired) || $getCompanyProfile['is_csr_active']==1)
@if(isset($getCompanyProfile['vertical_id']) && $getCompanyProfile['vertical_id']!=2)
-
Candidates
@endif
@if($auth->status ==1)
@endif
@if(isset($getCompanyProfile['vertical_id']) && $getCompanyProfile['vertical_id']!=2)
-
Report
@endif
@endif
@php
$settings = \HireMeeHelper::getCsrCorporateSettings();
if((!is_null($settings)) && (count($settings) > 0)){
$csrCustomizedSetting =1;
}else{
$csrCustomizedSetting =0;
}
@endphp
@if($csrCustomizedSetting == 1)
-
Corporate Skill Candidates
@endif
@if($getCompanyProfile)
@if(in_array($getCompanyProfile['is_pro_active'],$pro_active_expired))
-
Book Assessment
-
Manage Candidate
@if(HireMeeHelper::getCustomizedRowvalues('is_live_proctoring'))
-
Live Proctoring
@endif
@if($getcustom_feature_details > 0)
-
Analysis Report
@endif
-
View Result
@if(HireMeeHelper::getCustomizedRowvalues('is_subjective_bulkdownload'))
-
Download Bulk Result
@endif
-
Custom Forms
-
Upload Shortlisted Candidates
-
Global Settings
-
Test inventory
@endif
@endif
@if($auth->custom_features ==1)
-
Psychometric Results
@endif
@if($auth->status ==1)
@if(in_array($getCompanyProfile['is_pro_active'],$pro_active_expired) || $getCompanyProfile['is_csr_active']==1)
-
@if($auth->user_type == 1)
@else
@endif
Email Template
@endif
@endif
-
@if($auth->user_type == 1)
@else
@endif
FAQs
-
Feedback
-
Logout