@extends('layouts.app') @push('css') @endpush @section('content')
Institution Logo

{{ $program->title }}

City : {{ $program->institution?->location ?? 'N/A' }}
Code : {{ $program->code }}
Summary

Program Level :

{{ $program->programLevel?->title }}

Duration :

{{ $program->year }}

PSW :

{{ $program->psw }}

PROSPECTS :

{{ $program->prospects }}

Tution Fee :

{{ $program->fee }}

Scholarship :

{{ $program->scholarship }}
Keywords
{!! $program->keywords !!}
Qualification Required
@foreach ($program->level as $index => $item) @endforeach
S.N Level Faculty Score Pass out
{{ $index + 1 }} {{ $item->level }} {{ $item->faculty }} {{ $item->score }} {{ $item->year }}
Proficiency Test
@foreach ($program->tests as $index => $item) @endforeach
S.N Test Required Min Score Band Score
{{ $index + 1 }} {{ $item->title }} {{ $item->pivot?->min_score }} {{ $item->pivot?->band_score }}

Status

{{ config('constants.page_status_options')[$program->status] }}
Intake
@foreach ($program->intakes as $value) {{ $intakeOptions[$value] }} @endforeach
Intake Open Date
{{ $program->application_open }}
Intake Deadline
{{ $program->application_deadline }}

Required Documents

    @foreach ($program->requiredDocuments as $item)
  • {{ $item->title }}
  • @endforeach
@endsection