@extends('layouts.main') @section('pageTitle', '場內車輛') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'operationRecords.index') !!}
車號
卡別
車種
開始日期
結束日期
設備編號 卡號/車號 卡號/車號(修改後) 進場時間 操作者 操作時間 車種 身份別 操作類別
@endsection @section('js') @include('include.datePickerAndMask') @include('include.fancybox') @endsection