@extends('layouts.app') @section('title', 'Open Cash Shift') @section('content')
Declare the opening float — the physical cash you're starting the shift with. This becomes the baseline for the variance check at close.
@if($errors->any())Last shift closed at:
Shift #{{ $lastClosed->id }} ({{ $lastClosed->closed_at?->format('d M Y, H:i') }}) — Counted KES {{ number_format($lastClosed->closing_count, 2) }}
Your opening float should match this if no cash moved between shifts (or you collected fresh from the safe).