@extends('layouts.main')
@section('pageTitle', '繳費明細查詢')
@section('content')
| 訂單編號 |
車號 |
交易時間 |
付款方式 |
金額 |
發票號碼 |
使用者名稱 |
電話 |
銷帳編號 |
@can('monthlypayPaymentDetail.export')
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料
※ 超商繳費的交易時間為系統收到銀行入帳明細的時間
@endcan
@endsection
@section('js')
@include('include.datePickerAndMask')
@endsection