@extends('layouts.Program')
@section('bodyClass', 'program')
@section('welcome-title')
@if($page->id == 43)
Start your classes March 30th and receive a $4,000 SCHOLARSHIP
@endif
{{ $page->name }}
@endsection
@section('content')
{!! Blade::render($page->content ?? '') !!}
@endsection