@include('fee.feecategories.year-selection')
{{ Form::label('title', getphrase('title')) }} * {{ Form::text('title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => '2015-2016-CSE-1st Year-1st Semister')) }}
{{ Form::label('status', getphrase('status')) }} * {{Form::select('status', $status, null, ['class'=>'form-control'])}}
{{ Form::label('description', getphrase('description')) }} {{ Form::textarea('description', $value = null, $attributes = array('class'=>'form-control', 'placeholder' => 'I Year Inter 2016-2017', 'rows'=>'5')) }}