{{ Form::label('feecategory_id', getphrase('fee_category')) }} {{Form::select('feecategory_id', $fee_categories, null, ['class'=>'form-control','id'=>'fine_category'])}}
{{ Form::label('discount_name', getphrase('discount_name')) }} {{ Form::text('discount_name', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Introduction')) }}
{{ Form::label('discount_for', getphrase('discount_for')) }} {{Form::select('discount_for', $discount_for, null, ['class'=>'form-control','id'=>'discount_for', 'ng-model' => 'discount', 'ng-change' => 'discountOptionChanged()'])}}
{{ Form::label('academic_id', getphrase('academic_year')) }} {{Form::select('academic_id', $academics, null, ['class'=>'form-control','id'=>'academic_id', 'ng-model' => 'academic_id'])}}
{{ Form::label('course_parent_id', getphrase('branch')) }} {{Form::select('course_parent_id', $course_parent_list, null, ['class'=>'form-control','id'=>'course_parent_id', 'ng-change'=>'fillCourses(this.value)', 'ng-model' => 'course_parent_id' ])}}
{{ Form::label('course_id', getphrase('course')) }} {{Form::select('course_id', $course, null, ['class'=>'form-control','id'=>'course_id', 'ng-model' => 'course_id'])}}
{{ Form::label('discount_for_details', getphrase('select_category')) }} {{Form::select('discount_for_details', $categories, null, ['class'=>'form-control','id'=>'discount_for_details'])}}
{{ Form::label('discount_for_details', getphrase('select_student')) }} {{Form::select('discount_for_details', array(), null, ['class'=>'form-control','id'=>'discount_for_details', 'ng-model' => 'discount_for_details'])}}
{{ Form::label('description', getphrase('description')) }} {{ Form::textarea('description', $value = null , $attributes = array('class'=>'form-control', 'rows'=>'5', 'placeholder' => 'Fine description')) }}