@extends('layouts.templateuni') @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
{!!$currencycode!!} {{number_format($university->uni_ug_fee)}}
Postgraduate
{!!$currencycode!!} {{number_format($university->uni_pg_fee)}}

Costs per year

Overall cost of living
{!!$currencycode!!} {{number_format($university->uni_overall_cost)}}
Campus accommodation
{!!$currencycode!!} {{number_format($university->uni_campus_cost)}}
Please note that fees will vary. Always check the exact cost of the program and bear in mind likely additional expenses.

Courses offered

@include('inc.unifacilities')
@include('inc.applicationuniversity') @endsection