@if($recap->credit_type_fic!=='CURRENT_DEFERRED') @endif @foreach($students as $key=> $student) @if($recap->credit_type_fic!=='CURRENT_DEFERRED') @endif @endforeach
CÓDIGO DEL ESTUDIANTE NOMBRE DEL ESTUDIANTE DOCUMENTOS MES NÚMERO DE RECAP VALE(NÚMERO DE VOLETA) VALOR(RUBRO) FORMA DE PAGO ESTADO (PROCESADO/RECHAZADO/PENDIENTE)
{{$student->code_std}} {{utf8_decode($student->last_name_std)}} {{utf8_decode($student->first_name_std)}} {{utf8_decode($recap->documents)}} {{$months[$student->month_phy]}} {{utf8_decode($student->recap_number)}} {{utf8_decode($student->number_voucher_rpd)}} {{utf8_decode($student->amount_pdt)}} {{utf8_decode($student->name_pym.' '.$student->name_ptm)}} @if($student->status_recap_rpd) {{$status_recap_rpd[$student->status_recap_rpd]}} @endif