{{ Form::hidden('serial_scy', $schoolYear->serial_scy, array('id'=>'serial_scy')) }} {{ Form::hidden('studentsInPrepaid', $schoolYear->serial_scy, array('id'=>'studentsInPrepaid')) }} {{ Form::hidden('studentsInPreaproved', $schoolYear->serial_scy, array('id'=>'studentsInPreaproved')) }}
@foreach($student->payments as $payment)
@if(!$student->inBlackList)
@endif
getCheckIsAsignedPaymentToStudent($student->serial_std, $payment->serial_pct, $student->serial_scy)->status_pct=='ACTIVE') checked @endif @if($student->inBlackList) disabled @endif/>
@endforeach
getCheckIsAsignedPaymentGroupToStudent($student->serial_std, $payment->serial_pcg, $student->serial_scy)=='NOASIGNED') @endif @if($student->inBlackList) disabled @endif/>
|