This page needs JavaScript activated to work. HireMee - @yield('title') @if(Request::is('share/college/*')) @elseif(Request::is('college/faqs')) @elseif(Request::is('candidate/current-openings')) @elseif(Request::is('candidate/current-walkins')) @elseif(Request::is('college/faqs')) @elseif(Request::is('candidate/faqs')) @elseif(Request::is('company/register')) @elseif(Request::is('company/login')) @elseif(Request::is('job/post/*')) @elseif(Request::is('company/search-candidate')) @elseif(Request::is('corporate/faqs')) @else @endif @if(!Request::is('gold/candidate/diagnostic-reports') && !Request::is('gold/candidate/diagnostic-reports-mobile-view/*')) @if(Request::is('job/post/4/*') || Request::is('company/jobs-candidate-applied-details/*') || Request::is('company/profile') || Request::is('company/profile/update') ) @endif @if(Auth::guard('corporate')->check() && Request::is('pro/*')) @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) && !Request::is('pro/recruiters-customized') && !Request::is('pro/corporate-users-list')) @endif @endif {{-- PROEX 22.0 --}} @if(Auth::guard('college')->check() && Request::is('gold/college/proassess/*')) @endif @if(Request::is('create-jobs*') || Request::is('pagecms-company-edit/*') || Request::is('company/custom-form/*') || Request::is('company/custom-form/edit/*')) @endif @yield("custom_style") @endif @if(Request::is('gold/candidate/diagnostic-reports') || Request::is('gold/candidate/diagnostic-reports-mobile-view/*') || Request::is('custom/candidate/diagnostic-reports/*')) @endif @if(Auth::check()) yes @if(!Request::is('gold/candidate/diagnostic-reports') && !Request::is('gold/candidate/diagnostic-reports-mobile-view/*')) @include('layouts.candidate') @endif @endif @if(Auth::guard('corporate')->check() && !(Request::is('recruiter-invite/*'))) {{-- PROEX 22.0 @author Dilip [v2e17314] --}} @php $notification_user = 1; $n_log_user=Auth::guard('corporate')->user(); if($n_log_user->user_type==2){ $notification_user = Session::get("role_id"); } @endphp yes {{-- PROEX 22.0 @author Dilip [v2e17314] --}} @include('layouts.corporate') @endif @if(Request::is('college')) @include('layouts.college') @endif @if(session('email_address') && session('user_type') =="pagecms") @if(Request::is('blog-create') || Request::is('allblogs') || Request::is('email-template/*') || Request::is('pageedit/*') || Request::is('pagedelete') || Request::is('blogpost') || Request::is('enablepage') || Request::is('disablepage') || Request::is('page_update') || Request::is('allevents') || Request::is('allpages')|| Request::is('direct-registered-companies') || Request::is('create-jobs*') || Request::is('getcmsjob') || Request::is('pagecms-company-edit/*') || Request::is('dynamic-jobs-page') || Request::is('company/custom-form/*') || Request::is('company/custom-form/edit/*') || Request::is('media-release') || Request::is('free-registered-companies') || Request::is('unsubscribedstudents') || Request::is('college-list') || Request::is('cms/get-college-profile*') || Request::is('cms/get-campus-drives*') || Request::is('cms/campus-drive-update/*') || Request::is('cms-edit-job/*') || Request::is('cms-jobs*') || Request::is('get-free-job-details*')) @include('layouts.page-cms') @endif @endif @if(Auth::guard('college')->check()) yes @include('layouts.college-home') @endif @if(Auth::guard('golduser')->check()) yes @include('layouts.golduser') @endif @yield('content') @if(Request::is('gold/candidate/diagnostic-reports') || Request::is('gold/candidate/diagnostic-reports-mobile-view/*') || Request::is('custom/candidate/diagnostic-reports/*')) @endif @if(!Request::is('gold/candidate/diagnostic-reports') && !Request::is('gold/candidate/diagnostic-reports-mobile-view/*')) @if(Request::is('corporate/search-candidate') || Request::is('corporate/search-candidate/*') || Request::is('recruiter/search-candidate') || Request::is('recruiter/search-candidate/*')) @else @endif @if(Request::is('job/*')) @endif @if((!Request::is('pro/company/testevent/create')) && (!Request::is('pro/company/testevent/edit/*')) && (!Request::is('create-jobs'))) @endif @if(Auth::guard('corporate')->check()) @endif @if(Request::is('gold/college/*')) @endif @endif @if(Request::is('pro/test-freezed-and-started')) @endif @if(Request::is('pro/*')) @endif {{-- PROEX 22.0 --}} @if(Auth::guard('college')->check() && Request::is('gold/college/proassess/*')) @endif @if(Request::is('create-jobs*')) @endif @if(Request::is('pagecms-company-edit/*') || Request::is('company/custom-form/*') || Request::is('company/custom-form/edit/*')) @endif @yield('footer')