34777-vm/accounts.php
Flatlogic Bot b1030df0f7 mms
2025-10-08 05:53:42 +00:00

19 lines
526 B
PHP

<?php
require_once 'auth.php';
$page_title = 'Akun PPPoE/Hotspot';
require_once 'partials/header.php';
?>
<div class="container-fluid">
<div class="d-flex justify-content-between align-items-center">
<h1 class="h3 mb-0 text-gray-800"><?php echo $page_title; ?></h1>
<button class="btn btn-primary"><i data-feather="plus" class="mr-2"></i>Create Account</button>
</div>
<hr>
<p>PPPoE/Hotspot account management page content goes here.</p>
</div>
<?php require_once 'partials/footer.php'; ?>