@extends('layouts.main') @section('pageTitle', '月租群組名單') @section('content')
群組名稱
車種
@if(auth()->user()->can('monthlyGroupList.destroyBatch')) @endif @if(auth()->user()->can('monthlyGroupMember.index')) @endif @if(auth()->user()->can('monthlyGroupList.edit')) @endif @if(auth()->user()->can('monthlyGroupList.destroy')) @endif
群組名稱 月租群組車位數 車種群組名單修改刪除
@can('monthlyGroupList.create') 新增月租群組 @endcan @can('monthlyGroupList.destroyBatch') 批次刪除 @endcan @can('monthlyGroupList.import') 匯入 @endcan @can('monthlyGroupList.export') 匯出
※ 匯出限制 {{ $globalVariable['exportLimit'] }} 筆資料 @endcan
@endsection @section('js') @endsection