@extends('layouts.main') @section('pageTitle', '電子發票查詢-統計') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'invoiceStatistic.index') !!}
開始日期
結束日期
日期 開立張數 作廢張數
總計
@can('invoiceStatistic.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection