@extends('layouts.Page') @section('bodyClass', 'program') @section('welcome-title')

{{ $page->subheading }}

@endsection @section('content') {!! Blade::render($page->content ?? '') !!} @endsection