extend('_layout') ?> section('title') ?> $plugin->getTitle(), 'type' => $type, ]) ?> endSection() ?> section('pageTitle') ?> $plugin->getTitle(), 'type' => $type, ]) ?> endSection() ?> getVendor(), $plugin->getPackage(), ]; if (isset($podcast)) { $params[] = $podcast->id; } if (isset($episode)) { $params[] = $episode->id; } ?> section('content') ?> $plugin, 'action' => route_to(sprintf('plugins-settings-%s-action', $type), ...$params), 'fields' => $fields, 'type' => $type, 'context' => $context, ]) ?> endSection() ?>