{{ __('lbl.total_expected_cash') }} |
{{storecurrency().number_format($tillCashdrawerLogData->expected_cash_In, 2) }} |
{{ __('lbl.expected_cash_from_till') }} |
{{storecurrency().number_format($tillCashdrawerLogData->total_end_cash, 2) }} |
{{ __('lbl.other') }} |
{{storecurrency().number_format($tillCashdrawerLogData->coin_dispensed, 2) }} |
{{ __('lbl.variance') }} |
{{storecurrency().number_format($tillCashdrawerLogData->variance, 2) }} |
{{ __('lbl.cash_payments') }} |
{{storecurrency().number_format($tillCashdrawerLogData->cash_transactions, 2) }} |
{{ __('lbl.number_of_sales_cash_drawer_opened') }} |
{{ $tillCashdrawerLogData->total_transactions }} |