@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 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)) }} |
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 }} |
Our records indicate that no entry was submitted.
@endif @stop