35 lines
598 B
PHP
35 lines
598 B
PHP
<br>
|
|
<h2 class="fw_6 text-center">BukidBounty Market</h2><br>
|
|
<h3 class="fw_6 text-center">Ultimate Functions</h3>
|
|
<div class="card-section" id="main-card-section">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
servicesbuttonarray = [
|
|
// ['/assets/ListLeads.png', 'Leads', 'ListLeads', ''],
|
|
|
|
['/assets/user-list.png', 'Users', 'user_list', ''],
|
|
['/assets/reports.png', 'Reports', 'ListReports'],
|
|
['/assets/shopping-cart.png', 'Market', 'ListProductsMarket'],
|
|
['/assets/target.png', 'New Store', 'NewStore'],
|
|
['/assets/user-list.png', 'New User', 'create_user']
|
|
|
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script> |