= $this->extend('_layout') ?>
= $this->section('title') ?>
= $plugin->getTitle() ?>
= $this->endSection() ?>
= $this->section('pageTitle') ?>
= $plugin->getTitle() ?>
= $this->endSection() ?>
= $this->section('headerLeft') ?>
getStatus() === PluginStatus::ACTIVE): ?>
= lang('Plugins.active') ?>
getStatus() === PluginStatus::INACTIVE): ?>
= lang('Plugins.inactive') ?>
getStatus() === PluginStatus::INVALID): ?>
= lang('Plugins.invalid') ?>
= $this->endSection() ?>
= $this->section('headerRight') ?>
getStatus() === PluginStatus::ACTIVE): ?>
getStatus() === PluginStatus::INVALID): ?>
= $this->endSection() ?>
= $this->section('content') ?>
getStatus() === PluginStatus::INVALID): ?>
getErrors() as $key => $error): ?>
- = $error ?>
getReadmeHTML()): ?>
= $plugin->getReadmeHTML() ?>
= icon('article-line', [
'class' => 'text-gray-300 text-6xl',
]) ?>
= lang('Plugins.noReadme') ?>
= $this->endSection() ?>