@section('page_title') OSAA Staff @stop @section('header') Approve Endowments @stop @section('jquery_init') $('table tbody tr:even').css('background-color', '#f2f2f2'); $("#contests tbody tr[is_pending]").css('background-color', '#ffefb0'); @stop @section('content')

Endowment Requests

There are currently {{ $number_of_requests }} pending endowment contests needing approval.

@foreach ($contests as $contest) {{ Form::open(array('url' => url('/admin/update'), 'class' => 'adminUpdate', 'id' => 'update_' . $contest->id)) }} {{ Form::hidden('table', 'endowment') }} {{ Form::hidden('contest_id', $contest->id) }} {{ Form::hidden('event_id', $contest->event) }} {{ Form::hidden('return_url', Request::path()) }}
Fatal error: Class 'Helpers' not found in /home/osaa/web_app/dev/app/views/admin/edit_endowments.blade.php on line 66
Contest Event Year Activity Date Day Time Status Home Team Away Team
{{ $contest->id }} {{ $contest->event }} {{ $contest->school_year }} {{ $contest->activity }} {{ date('M j, Y', strtotime($contest->start_at)) }} {{ date('D', strtotime($contest->start_at)) }}