{{-- @if (auth()->user()->type == '3') @extends('staff.layouts.layout') @elseif(auth()->user()->type == '1') @extends('agent.layouts.layout') @else @endif --}} @extends('students.layouts.layout') @section('content')
{{-- @foreach ($universityImage->getMedia('university-picture') as $image) @if ($loop->first)

Our first element of the array

@endif @endforeach --}}
@if (!empty($schoolDetails->university_gallery_url)) Show photos @endif @if ($schoolDetails->location != '') View on map @endif
@foreach ($universityImage as $key => $image) @if ($key > 0 && $key < 3) @endif @endforeach {{-- --}}
{{-- --}}
{{ $schoolDetails->university_name }}
Address:
{{ $schoolDetails->address }}, {{ get_country($schoolDetails->country) }}
{{--
Property size:
6,847 sqft / 636 sqm
Bedrooms:
4 + Maid
Bathrooms:
5
--}}

{{--
--}}
{{--
Map

Legacy Nova Villas

Dubai, Jumeirah Park

Ryan Kenna

Sales Manager at fam Properties - Branch 7 (177 properties)

Speaks English

--}}

About

{{ $schoolDetails->about_university }}

Average Graduate Program

{{ $schoolDetails->average_graduate_program }}

{{--

Similar Programs

Sorry, we couldn't find any similar programs
--}}

Description

{{ $schoolDetails->feature }}


Home Stay

{{ $schoolDetails->home_stay }}

{{--

$ 47

--}}
{{-- --}}
  • {{ get_currency($schoolDetails->country) }} {{ $schoolDetails->application_fee ?? 0 }}
    Application Fees
  • {{ get_currency($schoolDetails->country) }} {{ $schoolDetails->gross_tuition }}
    Total Fees
  • {{ get_currency($schoolDetails->country) }} {{ $schoolDetails->cost_of_living }}
    Cost of Living
  • {{ $schoolDetails->program_length }}
    Program Length
{{--

Related Programs

--}}
{{--
  • {{ $program->program_level }}
    Program Level
  • {{ $program->program_length }}
    Program Length
  • £{{ number_format($program->cost_of_living, 2) }} GBP / Year
    Cost of Living
  • £{{ number_format($program->gross_tuition, 2) }} GBP / Year
    Tuition
  • £{{ number_format($program->application_fee, 2) }} GBP
    Application Fee
--}}

Institution Details

  • Founded {{ $schoolDetails->founded }}
  • School ID {{ $schoolDetails->school_id }}
  • DLI number {{ $schoolDetails->provider_id_number }}
  • Institution type {{ $schoolDetails->institution_type }}
  • Country {{ get_country($schoolDetails->country) }}
@endsection