@extends('layouts.main') @section('pageTitle', '操作日誌') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'actionRecords.index') !!}
帳號
權限
主要選單
次要選單
開始日期
結束日期
操作者帳號 操作者權限 主要選單 次要選單 切頁選單 操作紀錄 系統時間
@can('systemRecords.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection