56 lines
2.3 KiB
PHP
56 lines
2.3 KiB
PHP
![]() |
<?php include('container/security.php');?>
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en" data-theme="light">
|
||
|
<head>
|
||
|
<!-- head links start -->
|
||
|
<?php include 'container/head_links.php';?>
|
||
|
<!-- head links start -->
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- side_bar start -->
|
||
|
<?php include 'container/side_bar.php' ?>
|
||
|
<!-- side_bar end -->
|
||
|
<main class="dashboard-main">
|
||
|
<!-- Header start -->
|
||
|
<?php include 'container/header.php' ?>
|
||
|
<!-- Header end -->
|
||
|
<!-- Dashboard Start -->
|
||
|
<?php include 'container/web_sec/dashboard.php' ?>
|
||
|
<!-- Dashboard End -->
|
||
|
<div class="row">
|
||
|
<div class="cold-md-12 mt-5">
|
||
|
<img src="assets/images/d_back.png" style="border-radius:20px;" alt="">
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row gy-4 mt-1">
|
||
|
<!-- Sales Static Start -->
|
||
|
<?php //include 'container/web_sec/sales_static.php' ?>
|
||
|
<!-- Sales Static End -->
|
||
|
<!-- Total Subscriber Start -->
|
||
|
<?php //include 'container/web_sec/total_subscriber.php' ?>
|
||
|
<!-- Total Subscriber End -->
|
||
|
<!-- USers Overview Start -->
|
||
|
<?php //include 'container/web_sec/users_overview.php' ?>
|
||
|
<!-- USers Overview End -->
|
||
|
<!-- Latest Registered and Latest Subscribed section Start -->
|
||
|
<?php //include 'container/web_sec/latest_reg_sub.php' ?>
|
||
|
<!-- Latest Registered and Latest Subscribed section End -->
|
||
|
<!-- Top Performer Section Start -->
|
||
|
<?php //include 'container/web_sec/top_performer.php' ?>
|
||
|
<!-- Top Performer Section End -->
|
||
|
<!-- Top Countries Section Start -->
|
||
|
<?php //include 'container/web_sec/top_countries.php' ?>
|
||
|
<!-- Top Countries Section End -->
|
||
|
<!-- Generated Content Section Start -->
|
||
|
<?php //include 'container/web_sec/generated_content.php' ?>
|
||
|
<!-- Generated Content Section End -->
|
||
|
<!-- Footer Start -->
|
||
|
<?php //include 'container/footer.php' ?>
|
||
|
<!-- Footer End -->
|
||
|
</main>
|
||
|
<!-- Footer Links Start -->
|
||
|
<?php include 'container/footer_links.php' ?>
|
||
|
<!-- Footer Links End -->
|
||
|
<script src="assets/js/homeOneChart.js"></script>
|
||
|
</body>
|
||
|
</html>
|