@extends('layouts.main') @section('pageTitle', '系統與金流') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'monthlypaySettings.index') !!}
@if(auth()->user()->can('monthlypayAdministrator.edit')) @endif @if(auth()->user()->can('monthlypayAdministrator.destroy')) @endif
電子郵件 收件人員 狀態修改刪除
@can('monthlypayAdministrator.create') 新增用戶 @endcan 返回
@endsection @section('js') @endsection