Files
WrenchBoardPromo/app/Views/admin/redeem.php
T
CHIEFSOFT\ameye f60ec96814 redem page
2024-11-19 19:58:08 -05:00

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() ?>