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