@extends('layouts.main') @section('title','College Dashboard') @section('content') @php $auth = Auth::guard('college')->user(); $gold_request=\App\Helper\HireMeeHelper::getGoldRequestDeatils($auth->id); $gold_request_purchase=$gold_request ? $gold_request : 0; $gold_expiry=\App\Helper\GoldHelper::checkGoldExpiry($auth->id); $canadaclg_id=getenv('CANADA_CLG'); $is_lmscollege=\App\Helper\HireMeeHelper::isLMSAccount('college',$auth->college_id); @endphp
@if(!$is_lmscollege)
Shortlisted Candidates Statics
@endif

Overview

{!! Form::select("search_day",$days,'7',array("class"=>"","id"=>"js-search_day")) !!}
@if(!$is_lmscollege) @endif @if(!$is_lmscollege)

{{$strActiveVideos}}

Active
Videos

{{$strInactiveVideos}}

Inactive
Videos

{{$strBlockedVideos}}

Blocked
Videos
@endif
@if(!$gold_expiry) @if($auth->getGoldRequest) @endif @endif {{-- @if($auth->college_id != $canadaclg_id) --}} @if(!$is_lmscollege) @endif @if(!$is_lmscollege) @else @endif @if(!$gold_expiry)
@if($auth->getGoldRequest) @if($auth->getGoldRequest->status == '1' || $auth->getGoldRequest->status =='5')
@if(!$is_lmscollege) HireMee GOLD @endif

Welcome Hope you enjoyed our CSR platform, Looking for a good opportunity, Join HireMee GOLD, where you can get more exposer to your career and placement benefits.

@elseif(empty($auth->getGoldRequest)) Upgrade to Gold @else @if($gold_request_purchase > 0)
@if(!$is_lmscollege) HireMee GOLD @endif Candidates
{{ empty($goldcandidate) ? 0 : $goldcandidate }}

Remaining Credit Count : {{ (empty($goldlimit) ? 0 : $goldlimit->no_of_credit)-(empty($goldlimit) ? 0 : $goldlimit->utilized) }}

@else
HireMee GOLD Candidates
{{ empty($goldcandidate) ? 0 : $goldcandidate }}

Remaining Credit Count : {{ (empty($goldlimit) ? 0 : $goldlimit->no_of_credit)-(empty($goldlimit) ? 0 : $goldlimit->utilized) }}

@endif @endif @else @if($gold_request_purchase > 0)
HireMee GOLD

Welcome Hope you enjoyed our CSR platform, Looking for a good opportunity, Join HireMee GOLD, where you can get more exposer to your career and placement benefits.

@else
HireMee GOLD

Welcome Hope you enjoyed our CSR Platform, Looking for a good Opportunity, Join HireMee GOLD, where you can get More exposer to your career and Placement benefits.

@endif @endif
@else @if($gold_request_purchase > 0)
HireMee GOLD Candidates
0

Remaining Credit Count : 0

@else
HireMee GOLD Candidates
0

Remaining Credit Count : 0

@endif
@endif

Request for HireMee Gold

College Name :
Message :
@endsection('content') @section("footer") @endsection("footer")