@foreach($postulationquestions as $question) {{Form::hidden('question[serial_ppq]',$question->serial_ppq,array('id'=>'serial_ppq'.$question->serial_ppq,'class'=>'serial_ppq'))}} {{$question->name_ppq}} {{ Form::select('type_ppq', array(''=>'Seleccione')+ PostulationQuestion::$type_ppq,$question->type_ppq , array('class'=>'form-control type_ppq', 'id'=>'type_ppq')) }} @endforeach