@foreach($students as $key=> $student) @if(strpos($student->status_invoice_psf,'PAID')!==false) @else @endif @if($student->register_result_psf=='ACCEPTED') @else @endif @endforeach
# POSTULANTE FECHA DEL EXÁMEN LINK PAGO EXÁMEN UBICACIÓN EXAMEN DE UBICACIÓN RESULTADO
ESTADO F. ENVÍO F. PAGO COD PEARSON INSTRUCCIONES
RESULTADO NOTA VER
{{$key+1}} {{$student->last_name_pst}} {{$student->first_name_pst}} {{$student->test_date}} {{$student->code_pearson_psf}} @if($student->date_send_pearson_notification_test_pst) F. envío: {{ Date('Y-m-d', strtotime($student->date_send_pearson_notification_test_pst))}} @endif APROBADO @if(strpos($student->status_invoice_psf,'PAID')!==false)
{{Form::text('code_pearson_psf',$student->code_pearson_psf,array('class'=>'form-control code_pearson_psf','id'=>'code_pearson_psf', 'serial_psf'=>$student->serial_psf))}}
@endif
@if(strpos($student->status_invoice_psf,'PAID')!==false) @if(!empty($student->date_send_pearson_notification_test_pst)) ENVIADO @else NO ENVIADO @endif @endif @if(strpos($student->status_invoice_psf,'PAID')!==false)
@endif
@if(strpos($student->status_invoice_psf,'PAID')!==false) @if($student->register_result_psf=='REJECTED') INVALIDO @else @endif @endif {{$student->grade_register_result_psf}}/100 @if($student->register_result_psf=='REJECTED' || strpos($student->status_invoice_psf,'PAID')===false) @endif
{{ HTML::style('packages/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css') }} {{ HTML::script('js/postulant/internal/loads/students.js') }} {{ HTML::style('css/common/feature-table-sm.css') }} {{ HTML::script('js/common/feature-table.js') }}