@extends('layouts.master') @section('title', 'EOD / Cash Recon') @section('css') @endsection @section('content') @if ($errors->any())
@foreach ($errors->all() as $error) {{$error}} @endforeach
@endif
EOD / Cash Recon
@csrf
Cash Denominations
@foreach ($rows as $i => $row) @endforeach
Item Unit (RM) Qty/Value Amount (RM)
{{ $row[1] }} {{ number_format($row[2], 2) }} 0.00
Count Total: 0.00
Summary
Opening Amt
{{ $summary['OpeningAmount']}}
Cash In
{{ $summary['CashIn']}}
Cash Out
{{ $summary['CashOut']}}
Cash Received
{{ $summary['CashReceived']}}
Total Cash Received
{{$summary['TotalCashReceived']}}
Total Card Received
{{$summary['TotalCardReceived']}}
Total Other Received
{{$summary['TotalOtherReceived']}}
Total Sales
{{$summary['TotalSales']}}
Net Total
{{$summary['NetTotal']}}
Balance
0.00
Counter Details
@if(!isset($cashCount))
@endif
@if(isset($cashCount)) @else @endif
Note: Please “Check Balance” before submitting Cash Count or Close Counter.
@endsection @section('script') @endsection