@extends('admin::layouts.master') @section('title', '插件列表') @section('content')
创建插件
# 插件类型 插件描述 状态 操作
@{{ plugin->code }} @{{ plugin->type }}
@{{ plugin->name }}
{{--
getEnabled() ? 'checked' : '' }} data-code="@{{ plugin->code }}">
--}}
编辑
@endsection @push('footer') {{-- --}} @endpush