@if (count($students) > 0) @if($chargeSubperios == 'YES') @endif @foreach ($students as $student) @if($chargeSubperios == 'YES') @endif @endforeach
Curso Quimestre Parcial Nombre
{{ $student->course }}
@if(count($student->periods)>0) {{ Form::select('period_'.$student->id,$student->periods, '',array('class'=>'form-control periosStudent','id'=>'period_'.$student->id,'serial_std'=>$student->id)) }} @else {{ Form::select('period_'.$student->id,array(''=>'-Sin periodos-'), '',array('class'=>'form-control periosStudent','id'=>'period_'.$student->id,'serial_std'=>$student->id)) }} @endif
@if(count($student->subperiods)>0) {{ Form::select('subperiod_'.$student->id,$student->subperiods, '',array('class'=>'form-control','id'=>'subperiod_'.$student->id,'serial_std'=>$student->id)) }} @else {{ Form::select('subperiod_'.$student->id,array(''=>'-Sin parciales-'), '',array('class'=>'form-control','id'=>'subperiod_'.$student->id,'serial_std'=>$student->id)) }} @endif
@if($chargeSubperios == 'YES') @if(count($student->subperiods)>0) @else @endif @else @if(count($student->periods)>0) @else @endif @endif
@else @endif