@extends('layout.sidebar') @section('content') @section('title','Crud') {{ Form::hidden('schoolYearIndex', action('SchoolYearController@getIndex', array()), array('id'=>'schoolYearIndex')) }}
{{ HTML::script('js/crud/index.js') }} {{ HTML::style('css/common/eyelash.css') }} @stop