@extends('layouts.main') @section('pageTitle', '交易紀錄-明細') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'transactionDetail.index') !!}
收費方式
車種
車號
備註
付費卡號
費用類型
開始日期
結束日期
設備編號 車種 車號 繳費時間 收費方式 付費卡號 實際支付 點數折抵金額(註) 總金額(註) 備註
@can('transactionDetail.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection