@if(!empty($tillListData)) @foreach($tillListData as $key => $tList) @php $open_timestamp = (int) ($tList['till_open_time'] ? $tList['till_open_time'] : $tList['till_open_time']); $close_timestamp = (int) ($tList['till_close_time'] ? $tList['till_close_time'] : $tList['till_close_time']); $timeTillOpen = \Carbon\Carbon::parse($open_timestamp)->timezone(Helper::userTimezone())->format("Y-m-d h:i A"); if ($close_timestamp > 0) { $timeTillClose = \Carbon\Carbon::parse($close_timestamp)->timezone(Helper::userTimezone())->format("Y-m-d h:i A"); } else { $timeTillClose = ''; } @endphp @endforeach @else @endif

{{ __('lbl.till_list') }} Report

{{ __('lbl.from') }} {{$timeFilter['start']}} {{ __('lbl.to') }} {{$timeFilter['end']}}
{{ __('lbl.establishment') }} {{$storeName}}
{{ __('lbl.post_station') }} {{ __('lbl.till_owner') }} {{ __('lbl.opened') }} {{ __('lbl.cash_payments') }} {{ __('lbl.start_cash') }} {{ __('lbl.pay_ins') }} {{ __('lbl.pay_outs') }} {{ __('lbl.safe_drop') }} {{ __('lbl.held') }} {{ __('lbl.closed') }} {{ __('lbl.total_end_cash') }} {{ __('lbl.credit_transaction') }} {{ __('lbl.expected_cash') }} {{ __('lbl.variance') }}
{{ $tList['title'] }} {{ $tList['first_name'] }} {{ $timeTillOpen }} {{ $tList['cash_transactions'] }} {{ $tList['start_amount'] }} {{ $tList['pay_ins'] }} {{ $tList['pay_outs'] }} {{ $tList['safe_drop'] }} {{ $timeTillClose }} {{ $tList['closed_held']}} {{ $tList['total_end_cash']}} {{ $tList['credit_transaction']}} {{ $tList['expected_cash_In']}} {{ $tList['variance'] }}
{{ __('lbl.no_record_found') }}