= $this->extend('_layout') ?>
= $this->section('title') ?>
= $plugin->getName() ?>
= $this->endSection() ?>
= $this->section('pageTitle') ?>
= $plugin->getName() ?>
= $this->endSection() ?>
= $this->section('headerLeft') ?>
isActive()): ?>
= lang('Plugins.active') ?>
= lang('Plugins.inactive') ?>
= $this->endSection() ?>
= $this->section('headerRight') ?>
isActive()): ?>
= $this->endSection() ?>
= $this->section('content') ?>
getReadmeHTML()): ?>
= $plugin->getReadmeHTML() ?>
= icon('article-line', [
'class' => 'text-gray-300 text-6xl',
]) ?>
= lang('Plugins.noReadme') ?>
= $this->endSection() ?>