@extends('admin.master') @section('title', trans('general.plugin-manage')) @section('style') @endsection @section('content')

{{ trans('general.plugin-manage') }} Plugin Manage

@forelse($installed as $plugin) @empty @endforelse
名称 描述 作者 版本 状态 操作
{{ $plugin->title }} {{ $plugin->description }} {{ $plugin->author }} {{ $plugin->version }} @if ($plugin->isEnabled()) 已启用 @else 已禁用 @endif @if ($plugin->isEnabled()) 禁用插件 @else 启用插件 @endif @if ($plugin->isEnabled() && $plugin->hasConfigView()) 插件配置 @else 插件配置 @endif 删除插件
0 无结果 (´・ω・`)
@endsection @section('style') @endsection @section('script') @endsection