@extends('layouts.main') @section('pageTitle', '月租名單') @section('content')
車號
使用者名稱
聯絡電話
月租等級
是否啟用
排序欄位
排序類型
車種
起始日期
@inject('monthlyListRepository', 'App\Repositories\MonthlyListRepository')
到期日期
@if(auth()->user()->can('monthlyList.destroyBatch')) @endif @if(auth()->user()->can('monthlyList.edit')) @endif @if(auth()->user()->can('monthlyList.destroy')) @endif
車號 車種 起始日期 到期日期 類別 使用者名稱 證件號碼 聯絡電話 是否啟用 月租等級 月租群組修改刪除
@can('monthlyList.create') 新增月租名單 @endcan @can('monthlyList.destroyBatch') 批次刪除 @endcan @can('monthlyList.import') 匯入 @endcan @can('monthlyList.export') 匯出
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @include('include.datePickerAndMask') @endsection