@extends('layouts.main') @section('pageTitle', '訂單管理') @section('content')
| 訂單編號 | 建立時間 | 訂單狀態 | 車號 | 繳費起始 | 繳費到期 | 租賃起始 | 租賃到期 | 車種 | 使用者名稱 | 電話 | 金額 | @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
|---|