@extends('students.layouts.layout') @section('content')
@foreach ($universityImage as $image) @if ($loop->first) {{--

Our first element of the array

--}} @endif @endforeach
@if (!empty($universityImage)) Show photos @endif @if ($university->location != '') View on map @endif
@foreach ($universityImage as $key => $image) @if ($key > 0 && $key < 3) @endif @endforeach {{-- --}}
@foreach ($universityImage as $key => $image) @if ($key > 0 && $key < 3) @endif @endforeach
Nesciunt quae delen
{{ $program->program_title }}
Address:
{{ $program->getUniversity[0]['location'] }}
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

--}}

Program Summary

{{ $program->program_summary ?? '' }}

Admission Requirements

{{ $program->minimumLevel->level_name ?? '' }}


Similar Programs

Sorry, we couldn't find any similar programs

Description

{{ $program->commission_breakdown }}

{{ $program->disclaimer }}

{{--

330,000 AED / yearly

Ryan Kenna usually responds within 5 minutes

--}}
{{--

$ 47

--}}
  • {{ get_currency($university->country) }} {{ number_format($program->application_fee, 2) }}
    Application Fees
  • {{ get_currency($university->country) }} {{ number_format($program->gross_tuition, 2) }}
    Total Fees
  • {{ get_currency($university->country) }} {{ number_format($program->cost_of_living, 2) }}
    Cost of Living
  • {{ $program->program_length }}
    Program Length

Related Programs

  • {{ $program->programLevel->level_name ?? '' }}
    Program Level
  • {{ $program->program_length }}
    Program Length
  • {{ get_currency($university->country) }}{{ number_format($program->cost_of_living, 2) }}
    Cost of Living
  • {{ get_currency($university->country) }}{{ number_format($program->gross_tuition, 2) }}
    Tuition
  • {{ get_currency($university->country) }}{{ number_format($program->application_fee, 2) }}
    Application Fee

Institution Details

  • Founded {{ $university->founded }}
  • School ID {{ $university->school_id }}
  • DLI number {{ $university->provider_id_number }}
  • Institution type {{ $university->institution_type }}
@endsection