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

{{ $page->title }}

{{ $page->institution?->title }}
Course Code
{{ $page->code }}
Duration
{{ $page->year }}
Level
{{ $page->programLevel?->title }}
Annual Fee
{{ $page->fee }}
Scholarship
{{ $page->scholarship }}

Course Overview

{!! $page->description !!}

Entry Requirements

English Language Requirements
@foreach ($page->tests as $index => $item)
{{ $item->title }}: {{ $item->pivot?->min_score }} ({{ $item->pivot?->band_score }})
@endforeach
Academic Requirements
@foreach ($page->academic_module as $index => $item)

{{ $item->requirements }}

@endforeach
Additional Documents
@foreach ($page->additional_module as $index => $item)

{{ $item->requirements }}

@endforeach
Application Deadlines
@foreach ($page->application_module as $index => $item)

{{ $item->requirements }}

@endforeach

Fees Breakdown

@foreach ($page->fee_breakdown as $key => $fee) @endforeach
Application Fee Tution Fee Health Service Student Activities Technology Fee Library Fee Total Fee
{{ $fee->application_fee }} {{ $fee->tution_fee }} {{ $fee->health_service }} {{ $fee->student_activities }} {{ $fee->technology_fee }} {{ $fee->library_fee }} {{ $fee->application_fee + $fee->tution_fee + $fee->health_service + $fee->student_activities + $fee->technology_fee + $fee->library_fee }}
@endsection