|
|
Junta de Administracion de Servicios de Saneamiento (JASS) San Pedro |
Periodo {{ $facturaPrincipal->periodo_consumo ?? '—' }} |
| N° Recibo: {{ $recibo->numero_recibo }} | Código Cliente: {{ $cliente->codigo_inscripcion ?? '—' }} | Estado: {{ $estadoRec }} |
Información del suministro y cliente
|
Total a pagar
S/. {{ number_format($totalPagar, 2) }}
Vencimiento:
{{ $vencimiento ? \Carbon\Carbon::parse($vencimiento)->format('d/m/Y') : now()->addDays(10)->format('d/m/Y') }}
Presentar este recibo al momento del pago
|
| Concepto | Lect. Ant. | Lect. Act. | Consumo (m³) | Tarifa | Monto |
|---|---|---|---|---|---|
| Agua Potable ({{ $factura->periodo_consumo ?? '-' }}) | {{ number_format($factura->lectura_anterior ?? 0, 2) }} | {{ number_format($factura->lectura_actual ?? 0, 2) }} | {{ number_format($consumo, 2) }} | {{ $tarifa !== null ? 'S/. '.number_format($tarifa, 2) : '—' }} | S/. {{ number_format($monto, 2) }} |
| Resumen de importes | ||
| TOTAL A PAGAR: | S/. {{ number_format($totalPagar, 2) }} | Vence: {{ $vencimiento ? \Carbon\Carbon::parse($vencimiento)->format('d/m/Y') : now()->addDays(10)->format('d/m/Y') }} |
| Cupón de pago | |||
|---|---|---|---|
| N° Recibo {{ $recibo->numero_recibo }} |
Cliente {{ $cliente->nombres_razon_social ?? 'N/A' }} |
Periodo {{ $facturaPrincipal->periodo_consumo ?? '—' }} |
Total S/. {{ number_format($totalPagar,2) }} |