@extends('layouts.base')
@section('title', trans('插件管理'))
@section('content')
搜索
全选
批量启用
批量禁用
@if(YunShop::app()->role == 'founder') {{--判断是不是超级管理员--}}
批量卸载
@endif
插件列表插件总数:{{$countPlugin}} 已安装插件:{{$countPlugin-$unPermitPlugin}}
[[scope.row.new_version]]
可升级
已授权
@if(YunShop::app()->role == 'founder') {{--判断是不是超级管理员--}}
卸载
@endif
@endsection