@extends('layouts.main') @section('pageTitle', '月租發票列表') @section('content')
車號
電話號碼
付款方式
使用者名稱
發票號碼
是否上傳
交易日期(起)
交易日期(迄)
訂單編號 發票號碼 狀態 付款方式 車號 電話 使用者名稱 交易時間 交易金額 統一編號 歸戶 寄送作業
@can('monthlypayInvoice.export') @endcan @can('monthlypayInvoice.exportMerge') @endcan @if(Gate::check('monthlypayInvoice.export') || Gate::check('monthlypayInvoice.exportMerge'))
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endif
@endsection @section('js') @include('include.datePickerAndMask') @endsection