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