{{ Form::hidden('urlSearchStudent', action('EconomicHelpController@postSearchStudent', array()), array('id'=>'urlSearchStudent')) }} {{ Form::hidden('urlSaveStudentForm', action('EconomicHelpController@postSaveForm', array()), array('id'=>'urlSaveStudentForm')) }} {{ Form::hidden('serial_scy',$serial_scy,array('id' => 'serial_scy','class' => 'student')) }} {{ Form::token() }} @if($completeForm == 'NO')

SELECCIONAR ESTUDIANTES

{{"Estudiantes:"}}


@if (count($students) > 0) @foreach($students as $key =>$student) @endforeach
Foto
@if($student->apply == 'NO')
@else
@endif
@else No se encontraron estudiantes @endif
@else

Usted ya ha enviado una solicitud para el año seleccionado

@endif {{HTML::script('js/economicHelp/load/form.js')}}