Planilla de Cierre de Caja General
| Rango de Fechas: | {{ $fecha_rango }} | Transacciones: | {{ $cantidad }} |
| Total Efectivo: | $ {{ number_format($total_efectivo, 2, ',', '.') }} | Total Digital (MP): | $ {{ number_format($total_digital, 2, ',', '.') }} |
| Volumen Bruto Total: | $ {{ number_format($volumen_bruto, 2, ',', '.') }} | ||
| Patente | Medio de Pago | Fecha y Hora | Monto Bruto |
|---|---|---|---|
| {{ strtoupper($pago->patente) }} | {{ strtoupper($pago->medio_pago) }} | {{ $pago->created_at->format('d/m/Y H:i:s') }} | $ {{ number_format($pago->monto, 2, ',', '.') }} |
| No hay transacciones registradas en este rango. | |||