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