@extends('admin.layout') @section('content')
配置列表
@if(role('Base/Settings/index')) @endif
@if(isset($data['pid'])) {!! widget('Tools.Setting')->treeSelect('pid', $data['pid']) !!} @else {!! widget('Tools.Setting')->treeSelect('pid', 0) !!} @endif
启用       禁用
@endsection