{{ Form::hidden('hdnSavePostulationFormQuestionAnswer', action('PostulationFormQuestionAnswerController@postSave', array()), array('id'=>'hdnSavePostulationFormQuestionAnswer')) }} {{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmPostulationFormQuestionAnswer')) }} {{ Form::hidden('serial_ppq', $postulationquestion->serial_ppq, array('id'=>'serial_ppq')) }} {{ Form::hidden('serial_pfr', $serial_pfr, array('id'=>'serial_pfr')) }}
@foreach($postulationAsnwers as $postulationAsnwer) @endforeach
{{$postulationquestion->name_ppq}}
RESPUESTAS DISPONIBLES
{{$postulationAsnwer->name_pns}}
{{Form::close()}} {{ HTML::script('js/postulant/answer/index.js') }} {{ HTML::style('css/common/feature-table.css') }}