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