{{ Form::label('feecategory_id', getphrase('fee_category')) }} {{Form::select('feecategory_id', $fee_categories, null, ['class'=>'form-control','id'=>'fine_category'])}}
{{ Form::label('fine_name', getphrase('fine_name')) }} {{ Form::text('fine_name', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Introduction')) }}
{{ Form::label('description', getphrase('description')) }} {{ Form::textarea('description', $value = null , $attributes = array('class'=>'form-control', 'rows'=>'5', 'placeholder' => 'Fine description')) }}