@extends('layouts.main') @section('pageTitle', '合約管理') @section('content')
車號
電話號碼
合約狀態
車種
使用者名稱
繳費週期
合約起始日期
{{-- @inject('monthlyListRepository', 'App\Repositories\MonthlyListRepository') --}} @if(is_null($startDate)) @else @endif
合約到期日期
@if(is_null($startDate)) @else @endif
@if(auth()->user()->can('monthlypayContracts.edit')) @endif @if(auth()->user()->can('monthlypayContracts.nullify')) @endif
車號 合約起始日期 合約到期日期 繳費週期 金額 車種 使用者名稱 電話 Email 合約狀態 建立時間修改作廢
@if ($monthlypaySettings['monthlypay_pls_enable'] == 1) @can('monthlypayContracts.create') 新增合約 @endcan @endif
@endsection @section('js') @include('include.datePickerAndMask') @endsection