@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 Candidate Statistics
@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(!$is_lmscollege) @endif

Request for HireMee Gold

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