| NC | Total general | Tipo de arqueo | Fecha | Hora | Acciones |
|---|---|---|---|---|---|
| {{ ($arqueos->currentPage() - 1) * $arqueos->perPage() + $loop->iteration }} | ${{ number_format($arqueo->total_general, 2) }} | {{ \App\Models\ArqueoCaja::TIPOS_ARQUEO[$arqueo->tipo_arqueo] ?? $arqueo->tipo_arqueo }} | {{ $arqueo->fecha->format('d/m/Y') }} | {{ \Illuminate\Support\Str::substr($arqueo->hora_movimiento, 0, 5) }} | |
| No hay arqueos registrados. | |||||