{{-- Realtime Summary Cards --}}
Modal Awal
Rp {{ number_format($activeSession->starting_cash, 0, ',', '.') }}
Penjualan Tunai
Rp {{ number_format($activeSession->total_cash_sales, 0, ',', '.') }}
Uang Laci (Sistem)
Rp {{ number_format($activeSession->expected_cash_in_drawer, 0, ',', '.') }}
{{-- Info QRIS --}}
Penjualan Non-Tunai (QRIS) sebesar Rp {{ number_format($activeSession->total_qris_sales, 0, ',', '.') }} tercatat terpisah dan tidak dihitung pada laci tunai.
{{-- Input Penghitungan Manual --}}
Rekonsiliasi Uang Fisik
@error('ending_cash_actual')
{{ $message }}
@enderror
{{-- Action Buttons --}}