@extends('layouts.main') @section('pageTitle', '訂單管理') @section('content')
車號
電話號碼
訂單狀態
車種
使用者名稱
訂單編號
租賃起始
@if(is_null($startDate)) @else @endif
租賃到期
@if(is_null($endDate)) @else @endif
訂單建立(起)
訂單建立(訖)
@if(auth()->user()->can('monthlypayOrders.adjustment')) @endif @if(auth()->user()->can('monthlypayOrders.checkout')) @endif @if(auth()->user()->can('monthlypayOrders.edit')) @endif @if(auth()->user()->can('monthlypayOrders.nullify')) @endif
訂單編號 建立時間 訂單狀態 車號 繳費起始 繳費到期 租賃起始 租賃到期 車種 使用者名稱 電話 Email 金額調整金額結帳修改作廢
@if ($monthlypaySettings['monthlypay_pls_enable'] == 1) @can('monthlypayOrders.create') 新增訂單 @endcan @endif
@endsection @section('js') @include('include.datePickerAndMask') @endsection