@extends('layouts.main') @section('pageTitle', '現金結帳紀錄-明細') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'cashCheckoutDetail.index') !!}
結帳人員
結帳日期(起)
結帳日期(迄)
設備名稱(編號) 結帳時間 結帳人員 50元硬幣(補) 10元硬幣(補) 5元硬幣(補) 百元鈔(收) 50元硬幣(收) 10元硬幣(收) 5元硬幣(收) 補幣總計 收幣總計 結帳總計 備註
@can('cashCheckoutDetail.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection