Detalle del Cliente
| Fecha | Peso Total | Total Venta | Acciones |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($venta->fecha)->format('d/m/Y') }} | {{ number_format($venta->total_pesajes, 2) }} kg | S/ {{ number_format($venta->total, 2) }} | Ver Recibo |
| No hay ventas registradas. | |||
| Fecha de Cambio | Precio Asignado |
|---|---|
| {{ $historial->created_at->format('d/m/Y H:i A') }} | S/ {{ number_format($historial->precio, 2) }} |
| No hay historial de precios. | |
| Fecha | Método | Operación | Monto |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($abono->fecha)->format('d/m/Y') }} | {{ $abono->metodo_pago }} | {{ $abono->codigo_operacion ?? '-' }} | S/ {{ number_format($abono->monto, 2) }} |
| No hay pagos registrados. | |||