Buka Shift

@csrf

Cash In/Out

@csrf

Tutup Shift

@csrf

Riwayat Shift

@foreach($shifts as $shift) @endforeach
ID Register Open Close Expected Variance
{{ $shift->id }} {{ $shift->register?->name }} {{ $shift->opening_cash }} {{ $shift->closing_cash ?? '-' }} {{ $shift->expected_cash ?? '-' }} {{ $shift->variance ?? '-' }}
{{ $shifts->links() }}