@extends('layouts.main') @section('pageTitle', '系統紀錄') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'systemRecords.index') !!}
設備編號/名稱
車號
代號
開始日期
結束日期
設備名稱(編號) 車號 代號 紀錄動作 事件時間
@can('systemRecords.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection