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

Find University / College to study abroad

Search for a course from Universities around the world

Popular courses

Nursing | MBBS | Dental | Computer Science & IT | Biomedical Science | Accounting & Finance
@if(!$universites->isEmpty()) @foreach($universites as $university)

{{$university->uni_name}}

uni_name).'/'.$university->uni_id)}}">{{$university->uni_name}}

  • {{$university->country->country_name}}
  • The world ranking: {{$university->uni_rank}}
{!!str_limit($university->uni_desc, $limit = 250)!!}

@endforeach @else
Sorry no data found
@endif {{$universites->appends(['uni_countryid' => $uni_countryid])->links()}}
@include('inc.quickapply')
@include('inc.applicationuniversity') @endsection