@extends('layouts.app') @section('title', 'Close Cash Shift #' . $cashShift->id) @section('content') @php $expected = $cashShift->expectedCash(); $threshold = \App\Models\CashShift::VARIANCE_THRESHOLD; @endphp
Count the physical cash in the till and enter the total below. The variance vs. expected will compute live.
@if($errors->any())