@extends('website.layout') @section('title') {{$title}} @endsection @section('meta') {{$meta}} @endsection @section('content')
{{$program->name}}

{{$program->name}}

@if(!empty($program->duration)) Duration: {{ $program->duration }} @endif @if(!empty($program->mode)) @if(!empty($program->duration)) | @endif Mode: {{ $program->mode }} @endif @if(!empty($program->program_dates)) @if(!empty($program->duration) || !empty($program->mode)) | @endif Program Dates: {{ $program->program_dates }} @endif

Summary

{!! $program->summary !!}

program Eligibility

{!! $program->eligibility !!}
@if($program->offering_names)

Offerings

@foreach($program->offering_names as $k)

{{$k}}

@endforeach
@endif
@endsection @section('customjs') @endsection