Recibo: {{ $pago->recibo->numero_recibo ?? '' }}
Cliente: {{ $pago->recibo->facturas->first()->conexion->cliente->nombres_razon_social ?? '' }}
Fecha Pago: {{ $pago->created_at->format('d/m/Y H:i') }}
| Factura | Monto |
|---|---|
| {{ $factura->numero_factura }} | S/ {{ number_format($factura->monto_total, 2) }} |
| Total | S/ {{ number_format($pago->monto, 2) }} |
Gracias por su pago