@if(count($students))
@foreach($students as $key=> $student) @endforeach
# Estudiante Cédula Nivel Valor Estado # Factura F. Pago Facturacion Facturacion manual
{{$count}} {{$student->last_name_std}} {{$student->first_name_std}} {{$student->id_std}} {{$student->name_lvl}} {{money_format('%(#10n',$student->total_ttl)}} @if(strpos( $student->status_invoice_ttl,'PAID')!==false) Pagado @else Nopagado @endif() @if($student->invoice_procces_ttl) @if($student->invoice_procces_ttl=='INVOICE') Facrurado @else Contabilizado @endif @else No fact. @endif @if($student->number_invoice_ttl) {{$student->number_invoice_ttl}} @else Sin número @endif {{$student->payment_date_pdt}} @if($student->status_register_pdt) @if($student->status_register_pdt=='REGISTER') Registrado @else @if($student->status_register_pdt=='POSTING') Contabilizado @else @if($student->status_register_pdt=='APLICATION') Aplicado @endif @endif @endif @else No reg. @endif @if(strpos($student->status_invoice_ttl,'INVOICED_SAFI')!==false && $student->status_register_pdt=='APLICATION') @else @endif @if($student->status_register_pdt=='APLICATION') @else
@endif
{{ HTML::style('css/common/feature-table.css') }} {{ HTML::script('js/common/feature-table.js') }} {{ HTML::script('js/registrationProcessWizardUser/invoicealtiora/loads/students.js') }} @else @endif