{{$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
|
@if(strpos($student->status_invoice_psf,'PAID')!==false)
PAGADO
|
@else
NO PAGADO
|
@endif
@if($student->due_date_psf) {{Date('Y-m-d',strtotime($student->due_date_psf))}} @endif
|
@if(strpos($student->status_invoice_psf,'PAID')!==false)
Ver recibo
|
@else
Cobrar
|
@endif
|
@endforeach