@extends('layouts.main') @section('pageTitle', '商辦大樓設定') @section('content')
@if(auth()->user()->can('monthlyArea.edit')) @endif @if(auth()->user()->can('monthlyArea.destroy')) @endif
編號 區域名稱 連接區域 類型 成員修改刪除
@can('monthlyArea.create') 新增停車區域 @endcan
@endsection @section('js') @endsection