Planilla de Cierre de Caja Diario
| Fecha de Operación: | {{ $fecha }} | 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('H:i:s') }} | $ {{ number_format($pago->monto, 2, ',', '.') }} |
| No hay transacciones registradas en este día. | |||