@extends('layouts.template') @section('content') Find University / College to study abroad Search for a course from Universities around the world All @if(count($countries)>0) @foreach($countries as $country) country_id==$uni_countryid ? "selected":''}}>{{$country->country_name}} @endforeach @endif Search university Popular courses Nursing | MBBS | Dental | Computer Science & IT | Biomedical Science | Accounting & Finance @if(!$universites->isEmpty()) @foreach($universites as $university) 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