@extends('hiremee-revamp.layouts.main-layout') @section('pageTitle', 'Institution Solutions for Examination and Assessment | HireMee') @section('content')
@if(!empty($allDataForViewAll->college->collegeLogo)) {{$allDataForViewAll->college->college_name}} @else College @endif

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

Total Pre Assessed Student : {{$allDataForViewAll->totalPreAssessedStudents}}
Total Branch Wise Count : {{$total_branch_count_for_view_all}}
{{--
  • Email ID: {{ $college->email_address ?? 'Not Updated' }}
  • Phone: {{ $college->mobile_number ?? 'Not Updated' }}
  • Web: {{ $college->website_address ?? 'Not Updated' }}
--}}
No of Viewers

{{$allDataForViewAll->numberOfViewers}}

Total Recruiters

{{$allDataForViewAll->totalRecruiters}}

{{--
  • Contact Person
  • {{$college->spoc_name ?? 'Not Updated' }}
  • Email ID: {{$college->email_address ?? 'Not Updated'}}
--}}
College-Profile-Image
@if(!empty($allDataForViewAll->college->about_college))

College Overview

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

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

{{ $college_overview }}

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

Total Shortlisted
Candidates

{{$shortlisted_candidates}}

Hired
Candidates

{{$totalHiredCandidates}}

--}}
{!! $component!!}
{{--
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*
--}}
{{--
Latest Assessments
@if(!empty($latestAssessments))
    @foreach($latestAssessments as $assessment)
  • {{$assessment->name}}
  • @endforeach
@endif
--}}
@endsection