@extends('layouts.base')
@section('title', trans('插件管理'))
@section('content')
插件管理如存在未授权插件,您可能正在使用盗版插件,为了保障您的权益,请尽快联系客服处理!
插件安装/升级
搜索
全选
批量启用
批量禁用
@if(YunShop::app()->role == 'founder') {{--判断是不是超级管理员--}}
批量卸载
@endif
插件列表插件总数:{{$countPlugin}} 已授权插件:{{$countPlugin-$unPermitPlugin}} 未授权插件:{{$unPermitPlugin}}
[[scope.row.new_version]]
可升级
已授权
未授权
@if(YunShop::app()->role == 'founder') {{--判断是不是超级管理员--}}
卸载
@endif
@endsection