{{ __('lbl.start_amount') }} {{storecurrency().number_format($tillCashdrawerLogData->start_amount, 2) }}
{{ __('lbl.pay_ins') }} {{storecurrency().number_format($tillCashdrawerLogData->pay_ins, 2) }}
{{ __('lbl.pay_outs') }} {{storecurrency().number_format($tillCashdrawerLogData->pay_outs, 2) }}
{{ __('lbl.safe_drop') }} {{storecurrency().number_format($tillCashdrawerLogData->safe_drop, 2) }}
{{ __('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 }}