Fecha: {{ $info->fecha }}
BOLETA DE PAGO {{ str_pad($info->idpago, 8, '0', STR_PAD_LEFT) }}
DRE: {{ $institutions['dre'] }}
Institucion: {{ $institutions['nombre'] }}
Concepto: {{ $info->nombreconcepto }}
Método de pago: {{ $info->nombremetodopago }}
Estudiante: {{ $info->estudiante }}
Identificación: {{ $info->identificacion }}
Monto Inicial: | S/. {{ number_format($info->monto_inicial, 2) }} |
Descuento: | S/. {{ number_format($info->descuento, 2) }} |
Monto Final: | S/. {{ number_format($info->monto_final, 2) }} |