@foreach($students as $key=> $student) @if(strpos($student->status_invoice_psf,'PAID')!==false) @else @endif @if(strpos($student->status_invoice_psf,'PAID')!==false) @else @endif @endforeach
# POSTULANTE CICLO FECHA DE POSTULACIÓN LINK PAGO EXÁMEN UBICACIÓN REGISTRAR PAGO VER
ESTADO F. ENVÍO ESTADO F. PAGO
{{$key+1}} {{$student->last_name_pst}} {{$student->first_name_pst}} {{$student->name_scy}} {{Date('Y-m-d',strtotime($student->postulation_date_psf))}} @if($student->status_application_psf=='ACCEPTED' ) ENVIADO @elseif($student->status_application_psf=='REJECTED') RECHAZADO @else PENDIENTE @endif @if($student->date_status_aplicatioon_psf) {{Date('Y-m-d',strtotime($student->date_status_aplicatioon_psf))}}@endif PAGADO NO PAGADO @if($student->due_date_psf) {{Date('Y-m-d',strtotime($student->due_date_psf))}} @endif Ver recibo Cobrar
{{ HTML::style('packages/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css') }} {{ HTML::script('js/postulant/charge/loads/students.js') }} {{ HTML::style('css/common/feature-table.css') }} {{ HTML::script('js/common/feature-table.js') }}