@extends('hiremee-revamp.layouts.main-layout') @section('pageTitle', 'Job Placement Services for Colleges & Institutions | HireMee India') @section('content')

Listing of Colleges

Number of Colleges : {{-- $allDataForMainPage->total_records --}}

@include('hiremee-revamp.partials.new-partials.search.sidebar-state-wise-search')
ALL @for($i=65;$i<=90;$i++) {{chr($i)}} @endfor
{{--
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*
--}}

Browse Colleges

Location @if($college_state_location->count() > 5) View All @endif

City @if($college_city_location->count() > 5) View All @endif

Top Colleges

@php $files = glob('assets/hiremee-revamp/images/top-colleges/*.*'); @endphp @for($i = 0; $i < count($files); $i++) @endfor
{{--

For College Placement Assessment Support

@include('hiremee-revamp.sub-forms.new-quick-connect',['submit_form_type'=>'assessment_college','request_type'=>30,'csubject'=>6,'button_txt'=>"Submit",'submit_but_id'=>'assessement_support_button','formid'=>'js_assessement_support_form','class'=>'btn btn-primary pull-right','formNo'=>1,'pop_up_title'=>'FOR COLLEGE PLACEMENT ASSESSMENT SUPPORT','button_title'=>'SUBMIT MESSAGE','page_title'=>'INSTITUTION DETAILS'])
--}}
{{--@include('hiremee-revamp.partials.new-subscription') --}}
@endsection