@extends('layouts.master') @section('title', 'Program') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title') of {{ $school->school_shortname }}

{{ csrf_field() }}
Back

* These fields are required.

@include('layouts.footer') @endsection