@extends('layouts.main') @section('pageTitle', '分時/延時紀錄查詢-延時') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'timeDelay.index') !!}
開始日期
結束日期
車號 進場時間 出場時間 停車時間
@can('timeDelay.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection