{{ Form::label('author', getphrase('author_name')) }} * {{ Form::text('author', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Jack')) }}
{{ Form::label('gender', getphrase('gender')) }} *
{{ Form::radio('gender', 'male', true, array('id'=>'free', 'ng-model' => 'fine_eligiblity' )) }}
{{ Form::radio('gender', 'female', false, array('id'=>'paid', 'ng-model' => 'fine_eligiblity')) }}
{{ Form::label('description', getphrase('description')) }} {{ Form::textarea('description', $value = null , $attributes = array('class'=>'form-control', 'rows'=>'5', 'placeholder' => 'Fine description')) }}