@extends('layouts.main') @section('pageTitle', '一卡通結帳紀錄-統計') @section('content')
@inject('thidLevel', 'App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'ipassCheckoutStatistic.index') !!}
開始日期
結束日期
日期 結帳筆數 結帳總金額(元)
@can('ipassCheckoutStatistic.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection