@extends('hiremee-revamp.layouts.main-layout') @section('pageTitle', $allData->college->college_name ? $allData->college->college_name.' on HireMee | Pre-Assessed Student Profiles & Recruiter Insights' :'Institution Solutions for Examination and Assessment | HireMee') @section('metaKeyDescription', 'Explore '.$allData->college->college_name ? $allData->college->college_name. ' profile on HireMee, that features '.$allData->totalPreAssessedStudents.' pre-assessed students, top scorers, placement insights, and recruiter data. Empower your campus hiring with actionable analytics and a platform trusted by recruiters' :'College Page') @section('metaKey', $allData->college->college_name ? $allData->college->college_name.', colleges, pre-assessed students' :'colleges, pre-assessed students, HireMee colleges') @php $thumb_image = secure_asset('assets/hiremee-revamp/images/website-og-images/company.jpg'); @endphp @if(!empty($allData->college->logo)) @php $thumb_image = $allData->college->logo; @endphp @section('thumbnailImage', $thumb_image) @else @section('thumbnailImage', $thumb_image) @endif @section('content')
{{$allData->college->college_name}}

{{ implode(', ',explode(",", $allData->college->college_name)) }}

@if($allData->college->state != 'Not Updated' && $allData->college->city != 'Not Updated')
{{ trim(($allData->college->state ?? '') . ($allData->college->city ? ', ' . $allData->college->city : '')) }}
@endif
{{--

{{ $college->college_name ?? "Not Updated" }}

{!! $college_location !!}
--}}
No of Viewers

{{$allData->numberOfViewers}}

Total Recruiters

{{$allData->totalRecruiters}}

Total Pre Assessed Student : {{$allData->totalPreAssessedStudents}}

Share us
College-Profile-Image

Top Scorers

@if(!empty($allData->topScorers)) @forelse($allData->topScorers as $value)
@if(!empty($value->profileimage)) User-Profile-Image @else User-Profile-Image @endif
{{ ucwords($value->name, " ") }}
{{ $value->course }}
Passout: {{ $value->yearofcompletion}}
@empty
No Records Found
@endforelse @endif
@if(!empty($allData->college->about_college))

College Overview

@php $college_overview = $allData->college->about_college ?? "Not Updated"; $overview_str_length = mb_strlen($college_overview); @endphp @if($college_overview == "Not Updated")

Not Updated

@else

{{mb_strimwidth($college_overview, 0, 200, "...") }}

@endif

{{ $college_overview }}

@endif
@if(!empty($allData->college->about_college)) @if($overview_str_length > 200) @endif @endif {{--

Total Shortlisted
Candidates

{{$shortlisted_candidates}}

Hired
Candidates

{{$totalHiredCandidates}}

--}}

Pre assessed Students Details

@if(count($allData->preassessed) > 6) View All @endif
@php $cur_year = (int)date("Y"); $prev_year = (int)date("Y") - 1; $prev_prev_year = (int)date("Y") - 2; @endphp
@if(!empty($allData->preassessed)) @php $output = []; $preassessed = $allData->preassessed ?? []; $index = 1; foreach ($preassessed as $item) { if ($index > 6) { break; // Exit loop if index is 6 or more } $branchKey = "branch_" . $index; $branchName = $item->courseName . "(" . strtoupper($item->specializationName) . ")"; $output[$branchKey] = []; foreach ($item->compeletion_years as $year => $count) { $output[$branchKey][] = [ 'branch' => $branchName, 'year' => $year, 'hiremee_id_count' => $count, 'courseId' => $item->courseId, 'specializationId' => $item->specializationId ]; } $index++; } @endphp @foreach($output as $key => $listData) @php $cur_year_check_box_value = 0; $prev_year_check_box_value = 0; $prev_prev_check_box_value = 0; @endphp @foreach($listData as $branch1) @php $end = strpos($branch1['branch'], '('); $shortString = substr($branch1['branch'], 0, $end); preg_match('#\((.*?)\)#', $branch1['branch'], $match); $words = preg_split("/\s+/", $match[1]); $acronym = ""; if(count($words) > 1){ $acronym_array=[]; foreach($words as $w) { $acronym_array[]= mb_substr($w, 0, 3); } $acronym = implode(' ', $acronym_array); }else{ $acronym = implode(' ', $words); } if($branch1['year'] == $cur_year){ $cur_year_check_box_value = $branch1['hiremee_id_count']; }else if($branch1['year'] == $prev_year){ $prev_year_check_box_value = $branch1['hiremee_id_count']; }else if($branch1['year'] == $prev_prev_year){ $prev_prev_check_box_value = $branch1['hiremee_id_count']; } @endphp @endforeach

{{$shortString}}({{$acronym}})

Year of Passout
Click here to Access

{{$cur_year_check_box_value + $prev_year_check_box_value + $prev_prev_check_box_value}}

@endforeach @else
No Records Found
@endif
{{--
TOP RECRUITERS 10+
@php $files = glob('assets/hiremee-revamp/images/colleges/top-recruiters/*.*'); @endphp @if(count($files) > 10) @endif
@for($i = 0; $i < 10; $i++)
@endfor
@for($i = 0; $i < count($files); $i++)
@endfor
Please note, the above logos are updated by the College*
--}}
@php $topcompanies_profile = json_decode(json_encode($allData->topcompanies_profile)); if (is_object($topcompanies_profile)) { $topcompanies_profile = (array) $topcompanies_profile; } @endphp @if(count($topcompanies_profile) > 6)
Recent RECRUITERS visit the page 6+
@else
Recent RECRUITERS visit the page {{count($topcompanies_profile)}}
@endif
@php $profile_count = 0; @endphp @forelse($topcompanies_profile as $company_profile) @php $profile_count++; @endphp

{{$company_profile->name}}

  • {{ !empty($company_profile->city) ? $company_profile->city : 'Not Updated' }}
  • No. of Jobs: {{$company_profile->jobs}}
@if($profile_count == 6) @break @endif @empty
No Records Found
@endforelse
{{--
Skills
  • Jave
  • .Net
  • Applications
  • Accountancy
  • Abstract Algebra
  • Application of Spectraoscopy
  • Core Java
  • Networks and Systems
  • Java Programming concepts
  • Basic QA
  • Core Java
--}}

For College Placement Assessment Support

@include('hiremee-revamp.sub-forms.inline-support-contact',['submit_form_type'=>'college_contact','request_type'=>2,'button_txt'=>"Submit Message",'submit_but_id'=>'college_support_btn margin-top-10', 'formid'=>'js_college_support_form', 'class'=>'btn btn-primary pull-right','formNo'=>1,'pop_up_title'=>'FOR COLLEGE PLACEMENT ASSESSMENT SUPPORT','button_title'=>'SUBMIT MESSAGE','page_title'=>'FOR COLLEGE PLACEMENT ASSESSMENT SUPPORT'])
Free Employability Assessment

Encourage your students to unlock their career potential with HireMee’s Free Employability Assessment.

This intuitive assessment evaluates key competencies and provides a comprehensive employability score, helping candidates understand where they stand in today’s job market. It also connects job seekers directly with potential employers, opening doors to exciting opportunities.

To learn more and get started, visit HireMee’s Assessments platform

Invite your students now!
CLICK HERE...
{{--
Latest Assessments
@if(!empty($latestAssessments))
    @foreach($latestAssessments as $assessment)
  • {{$assessment->name}}
  • @endforeach
@endif
--}}
{{--

Our Latest Videos

--}} {{----}} {{--
--}}

Explore popular colleges

Students looking for latest courses have shown interest these colleges

@if(count($allData->popularColleges) > 0) @foreach($allData->popularColleges as $engCollege)

{{$engCollege->collegeName}}

{{ $engCollege->collegeCity }} View More
@if(!empty($engCollege->collegeLogo)) {{$engCollege->collegeName}} @else College @endif
@endforeach @endif
@endsection