@foreach($payemtnConceptsArray as $payemtnConcept)
month!=='Jun' || !(strpos($schoolYear->activities_scy,'SHOW_AMOUNT_OF_FEES')!==false)) hidden @endif>
{{ Form::label('serial_pcg_'.$payemtnConcept['serial_pcg'],'PLAZO '. $payemtnConcept['name_pct'], array('class' => 'col-md-6 control-label')) }}
{{ Form::select('serial_pcg['.$payemtnConcept['serial_pcg'].']', $payemtnConcept['amountOfFees'], '', array('class' => 'form-control serial_pcg_amount_of_fees','serial_pcg'=>$payemtnConcept['serial_pcg'], 'id' => 'serial_pcg_'.$payemtnConcept['serial_pcg'])) }}
@endforeach