@extends('layouts.app') @section('title', $program->name . ' - ' . $siteContext->name) @section('content')
@if($program->image) {{ $program->name }} @else Default Program @endif

{{ $program->name }}

{{ $program->description }}

We offer a highly interactive, research-driven study environment for students enrolled in {{ $program->name }}. Under our guidance, pupils enjoy full access to state-of-the-art laboratory machinery, updated library documents, and active digital resources. We aim to help every child unlock their full academic potential.

Program Overview

  • Duration: {{ $program->duration }}
  • Institution: {{ $siteContext->name }}
  • Location: {{ $siteContext->address }}
@endsection