{!! Form::label('reward_id','Reward') !!}
{!! Form::select('reward_id' , $userRewardPoints ,$rewardPoint->reward_id, ['class' => 'form-control']) !!}
{!! Form::label('value','Reward Value') !!}
{!! Form::text('value', $rewardPoint->value, ['class' => 'form-control','placeholder' => 'Reward Value']) !!}