{!! Form::open([ 'method' => 'PUT', 'route' => ['answer.update', $answer->id], 'files' => true, 'id' => 'edit-answer-form', ]) !!} {!! Form::hidden('top_position', $answer->top_position, ['id' => 'top-position']) !!} {!! Form::hidden('left_position', $answer->left_position, ['id' => 'left-position']) !!}