@section('page_title') {{ $information['school']->short_name }} @stop @section('page_sub_title') Edit {{ $information['school']->name }} @stop @section('scripts') @parent @stop @section('jquery_init') /* Display any success messages */ $('.success_message').delay(5000).fadeOut({'duration' : 2500}); $('.success_message .ui-icon-close').click(function () { $('.success_message').hide(); }); $('.success_bar').animate({ 'top' : 32, 'background-color' : 'rgba(176, 255, 190, 1.0)'}, 1600, 'easeOutQuad', function () { $(this).delay(6000).fadeOut(4000); $(this).hover(function () { $(this).stop(true).css('opacity', '1.0'); }, function () { $(this).fadeOut(4000); }) }); $('.tooltip').tooltip(); $('.tooltip.above').tooltip({ position : {my: "left bottom-15", at: "left top", collision: "flipfit"}}); $('.button').button(); $('.button.notext').button({text:false}); $('.button.delete').button({ icons : { primary : 'ui-icon-closethick'}}); $('.button.cancel').button({ icons : { primary : 'ui-icon-circle-close'}}); $('.button.clipboard').button({ icons : { primary : 'ui-icon-clipboard'}}); $('table tbody tr:even').css('background-color', '#f2f2f2'); $('.color_sample').change(function () { var id = $(this).attr('id'); var sample = '#' + id + '_sample'; hex = $('option:selected', this).attr('data-hex'); $(sample).css('background-color', '#' + hex); }); $('.color_sample').change(); @stop @section('page_functions') {{--Edit Staff/Contacts--}} Close @stop @section('main_content') @if (Session::has('success'))
{{ Session::get('success') }}
@endif
Instructions
Use this form to edit your school's information. You can edit, update, and add information as necessary. Some school information cannot be changed using this form, like school logos or mascots. If you would like to update information not accessible through this form, or if you are having trouble using this form, please contact {{Helpers::obfuscateEmailLink ("support@osaa.org")}}.

School Information

{{ Form::open(array('url' => url('/schools/edit'), 'class' => 'editSchool', 'id' => 'editSchool')) }}
Fatal error: Class 'Session' not found in /home/osaa/web_app/dev/app/views/schools/edit.blade.php on line 123