@extends('client.raffles.layouts.app') @section('content')
study uk

Study in {{ $page->title }}

@if ($page->children)
    @foreach ($page->children as $index => $child)
  • {{ $child->title }}
  • @endforeach
@foreach ($page->children as $index => $child)

{{ $child->short_description }}

{!! $child->description !!}

Why Study in UK

@foreach ($page->custom as $key => $value)

{{ $value['key'] ?? '' }}

@endforeach
Office Blog
@foreach ($child->custom as $index => $item)
blog

{{ $item['key'] ?? '' }}

{{ $item['value'] ?? '' }}

@endforeach

1. What is the average tuition, living, and health insurance cost in the USA?

Bachelors: Tuition: $15,000–$35,000 / year

Bachelors: Tuition: $15,000–$35,000 / year

Living: $8,000–$12,000/year | Health Insurance: $1,000–$2,000 / year

2. What types of scholarships are available?

  • Merit-based: Based on academic scores or test results
  • Merit-based: Based on academic scores or test results
  • Merit-based:Based on academic scores or test results

3. What types of scholarships are available?

  1. Merit-based: Based on academic scores or test results
  2. Merit-based: Based on academic scores or test results
  3. Merit-based:Based on academic scores or test results

4. What types of scholarships are available?

  1. Merit-based: Based on academic scores or test results
  2. Merit-based: Based on academic scores or test results
  3. Merit-based:Based on academic scores or test results
Universities Annual Tuition Fee (Non-Eu/EEA) in Euro & Approximate in NPR Scholarships Available
University Of Copenhagen(UCPH) €10,000 – €17,000 OR NPR 1,350,000 – 2,295,000 Danish Government Scholarship (offered by the university on behalf of the Danish Ministry)
University Of Copenhagen(UCPH) €10,000 – €17,000 OR NPR 1,350,000 – 2,295,000 Danish Government Scholarship (offered by the university on behalf of the Danish Ministry)
@endforeach
@endif @include('client.raffles.pages.call-request')
@endsection