@extends(BaseHelper::getAdminMasterLayoutTemplate()) @push('header-action') @if ( $isEnabledMarketplaceFeature = config('packages.plugin-management.general.enable_marketplace_feature') && auth()->user()->hasPermission('plugins.marketplace') ) {{ trans('packages/plugin-management::plugin.plugins_add_new') }} @endif {!! apply_filters('plugin_management_installed_header_actions', null) !!} @endpush @section('content') @if ($plugins->isNotEmpty())
@foreach ($filterStatuses as $key => $value) @endforeach
@foreach ($plugins as $plugin)
image')" => $plugin->image]) > @if (! $plugin->image) @endif
{{ $plugin->name }} @if ($plugin->description)

{{ $plugin->description }}

@endif
@if (!config('packages.plugin-management.general.hide_plugin_author', false) && $plugin->author)
{{ trans('packages/plugin-management::plugin.author') }}: @if ($plugin->url) {{ $plugin->author }} @else {{ $plugin->author }} @endif
@endif @if ($plugin->version)
{{ trans('packages/plugin-management::plugin.version') }}: {{ $plugin->version }}
@endif
@if (auth()->user()->hasPermission('plugins.edit')) @if ($plugin->status) {{ trans('packages/plugin-management::plugin.deactivate') }} @else {{ trans('packages/plugin-management::plugin.activate') }} @endif @endif @if ($isEnabledMarketplaceFeature) @endif @if (auth()->user()->hasPermission('plugins.remove')) {{ trans('packages/plugin-management::plugin.remove') }} @endif
@endforeach
@endif $plugins->isNotEmpty()]) /> @stop @push('footer') @if ($isEnabledMarketplaceFeature)

@endif @endpush