@extends('layouts.masterlayout') @section('content')

{{$Category->category_name or ''}} Colleges in India

{{collegecount($Category->id)}} Colleges in India offering {{ strtolower($Category->category_name)}} courses

Filter Reset

Top/Trending College

Top
Trending

Degree

@if(!empty($degreelist)) @foreach($degreelist as $key=>$value)
{{$value->degree or ''}} ({{$value->count or ''}})
@endforeach @endif

State

@if(!empty($statelist)) @foreach($statelist as $key=>$value)
{{$value->state_name or ''}} ({{$value->count or ''}})
@endforeach @endif

City

@if(!empty($citylist)) @foreach($citylist as $key=>$value)
{{$value->city_name or ''}} ({{$value->count or ''}})
@endforeach @endif

Study Mode

@if(!empty($degreetype)) @foreach($degreetype as $key=>$value)
{{$value->degree_type or ''}} ({{$value->count or ''}})
@endforeach @endif

Approvals / Recognition

@if(!empty($affilitiontype)) @foreach($affilitiontype as $key=>$value)
{{$value or ''}}
@endforeach @endif

Ownership

@if(!empty($collagesector)) @foreach($collagesector as $key=>$value)
{{$value or ''}}
@endforeach @endif

Facilities

@if(!empty($facility)) @foreach($facility as $key=>$value)
{{$value or ''}}
@endforeach @endif
@include('frontend.pages.ajaxloadcollege')
@endsection