@extends('layouts.base') @section('body')

SCHOLARSHIP FULFILLMENT

{{ $pages[$page] }}

@if(config('scholarbooks.mail.mode')==='preview')
Safe email previewMessages stay in the outbox. No student email is sent.
@endif @if(!$semester && $page!=='settings')

Start your first semester

Create an academic semester in Settings, then import the approved course books and Finance snapshot.

@can('admin')Open settings@endcan
@else @include('pages.'.$page) @endif
@endsection