{{ Form::open(array('', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmReviewStudents')) }} @forelse($families as $family) {{ Form::hidden('serial_fml[]', $family->serial_fml, array('id'=>'serial_fml')) }} {{ Form::hidden('serial_scy', $schoolYear->serial_scy, array('id'=>'serial_scy')) }} {{ Form::hidden('serial_grd', $guardian->serial_grd, array('id'=>'serial_grd')) }} {{ Form::hidden('hdnHaveTravel', $haveTravel, array('id'=>'hdnHaveTravel')) }}


@forelse($family->students as $student) @if($student->payFormStudent=='YES') @endif @forelse($student->payments as $key=> $payment) @if($student->payFormStudent=='YES') @if($payment->pafMethod) @endif @endif @if($key==0) @endif @empty @endforelse @empty @endforelse
payForm=='YES' && $student->payFormStudent=='NO') colspan="3" @endif> RUBRO ASIGNADO FORMA DE PAGO VALOR NETO LUEGO DE DESCUENTOS
payForm=='YES' && $student->payFormStudent=='NO') colspan="3" @endif> pafMethod) colspan="2" @endif>
@empty @endforelse @if($total)
@endif @if(($payPreaproved=='YES' || $payPrepaid=='YES') && $haveTravel=='YES')
@endif @if($haveTravel=='NO')
@endif {{Form::close()}} {{ Form::hidden('checkInsurance', $checkInsurance, array('id'=>'checkInsurance')) }}
@if($checkInsurance=='NO')
@endif {{ HTML::script('js/wizard/loads/reviewStudents.js') }}