mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
14 lines
264 B
PHP
14 lines
264 B
PHP
![]() |
<?= $this->extend('../cp_admin/_layout') ?>
|
||
|
|
||
|
<?= $this->section('pageTitle') ?>
|
||
|
<?= lang('Subscription.view', [
|
||
|
esc($subscription->id),
|
||
|
]) ?>
|
||
|
<?= $this->endSection() ?>
|
||
|
|
||
|
<?= $this->section('content') ?>
|
||
|
|
||
|
<?= $subscription->email ?>
|
||
|
|
||
|
<?= $this->endSection() ?>
|