12 lines
177 B
PHP
12 lines
177 B
PHP
<?= $this->extend('layouts/adminpage') ?>
|
|
|
|
<?= $this->section('content') ?>
|
|
<!-- begin app-main -->
|
|
<div class="app-main" id="main">
|
|
Redeem
|
|
</div>
|
|
|
|
<?= $this->endSection() ?>
|
|
|
|
|