@section('page_title') OSAA - Forms @stop @section('page_sub_title') {{ $information['form_name'] }} @stop @section('scripts') @parent @stop @section('jquery_init') $('.button').button(); $('.button.close').button({ icons : { primary : 'ui-icon-circle-close'}}); $('.tooltip').tooltip(); @stop @section('page_functions') Close @stop @section('main_content')

This Form Is Unavailable

This form is not yet available. Entries are not being accepted until after the date and time listed below.

Open {{ date('g:i A l, F j, Y', strtotime($information['activity_form']->open_at)) }}
Due {{ date('g:i A l, F j, Y', strtotime($information['activity_form']->due_at)) }}


@if (!is_null($information['submission']))

Submission

Our records indicate that an entry was submitted.

School {{ $information['activity_program']->name }}
Date Submitted {{ date('g:i A l, F j, Y', strtotime($information['submission']->updated_at)) }}
Submitted By {{ $information['submission']->user_first_name . ' ' . $information['submission']->user_last_name }}
@else

No Submission Was Entered

Our records indicate that no entry was submitted.

@endif @stop