@if(count($students))
# | Estudiante | Cédula | Valor | Estado | # Factura | F. Pago | Facturación | Facturación manual |
|
||
---|---|---|---|---|---|---|---|---|---|---|---|
{{$count}} | {{$student->last_name_pst}} {{$student->first_name_pst}} | {{$student->id_pst}} | {{money_format('%(#10n',$student->total_psf)}} | @if(strpos( $student->status_invoice_psf,'PAID')!==false) Pagado @else Nopagado @endif() | @if($student->invoice_procces_psf) @if($student->invoice_procces_psf=='INVOICE') Facrurado @else Contabilizado @endif @else No fact. @endif | @if($student->number_invoice_psf) {{$student->number_invoice_psf}} @else Sin número @endif | {{$student->payment_date_ppd}} | @if($student->status_register_ppd) @if($student->status_register_ppd=='REGISTER') Registrado @else @if($student->status_register_ppd=='POSTING') Contabilizado @else @if($student->status_register_ppd=='APLICATION') Aplicado @endif @endif @endif @else No reg. @endif | @if(strpos($student->status_invoice_psf,'INVOICED_SAFI')!==false && $student->status_register_ppd=='APLICATION') @else @endif |
@if($student->status_register_ppd=='APLICATION')
@else
|