@extends('layouts.template') @section('content')
{{$university->uni_name}}

{{$university->uni_name}}

{{$university->uni_name}}

{{$university->uni_name}}

  • {{$university->country->country_name}}
  • The world ranking: {{$university->uni_rank}}
  • Visit website
{!!$university->uni_desc!!}

Average Tuition Fee Per Year

Undergraduate
{{number_format($university->uni_ug_fee*$rupeevalue,2)}}
Postgraduate
{{number_format($university->uni_pg_fee*$rupeevalue,2)}}

Costs per year

Overall cost of living
{{number_format($university->uni_overall_cost*$rupeevalue,2)}}
Campus accommodation
{{number_format($university->uni_campus_cost*$rupeevalue,2)}}
The fees above are an indicative fees in indian rupees. Please note that fees will vary. Always check the exact cost of the program and bear in mind likely additional expenses.

Courses offered

{{--

Ranking

Academic Ranking of World Universities 2017
{{$university->uni_ielts_ug}}
World University Rankings 2017-2018
{{$university->uni_ielts_ug}}
Higher Education World University Rankings 2017-2018
{{$university->uni_ielts_ug}}
--}}

English score required

Minimum IELTS Score
Undergraduate
{{$university->uni_ielts_ug}}
Postgraduate
{{$university->uni_ielts_pg}}
Minimum TOEFL Score
Undergraduate
{{$university->uni_toefl_ug}}
Postgraduate
{{$university->uni_toefl_pg}}

Rankings

Academic Ranking of World Universities
{{$university->uni_academicranking}}
QS World University Rankings
{{$university->uni_qsranking}}
Times Higher Education World
{{$university->uni_rank}}
@include('inc.quickapply') @include('inc.unifacilities')
@include('inc.applicationuniversity') @endsection