MMCT TEAM
Server IP : 2a02:4780:11:1017:0:31f1:b895:8  /  Your IP : 216.73.216.163
Web Server : LiteSpeed
System : Linux in-mum-web917.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u837925013 ( 837925013)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u837925013/domains/tech2wizard.com/public_html/admin/uploads/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u837925013/domains/tech2wizard.com/public_html/admin/uploads/../dashboard.php
<?php 
    $page='dashboard';
    include('inc/sidebar.php'); 
?>
<!-- navbar-wrapper start -->
<!-- navbar-wrapper end -->
<div class="body-wrapper">
    <div class="bodywrapper__inner">
        <div class="row align-items-center mb-30 justify-content-between">
            <div class="col-lg-4 col-sm-6">
                <h6 class="page-title">Dashboard</h6>
            </div>
            <div class="col-lg-8 col-sm-6 text-sm-right mt-sm-0 mt-3 right-part">
            </div>
        </div>
        <div class="row mb-none-30">
            <div class="col-xl-3 col-lg-3 col-sm-6 mb-30">
                <div class="dashboard-w1 bg--dark b-radius--10 box-shadow">
                    <div class="icon"><i class="fa fa-blog"></i></div>
                    <div class="details">
                        <div class="numbers"><span class="amount"><?php echo $sql_order = mysqli_num_rows(mysqli_query($con, "SELECT * FROM `order`")); ?></span></div>
                        <div class="desciption"><span class="text--small">All Booking</span></div>
                        <a href="order.php" class="btn btn-sm text--small bg--white text--black box--shadow3 mt-3">View All</a>
                    </div>
                </div>
            </div>
            <div class="col-xl-3 col-lg-3 col-sm-6 mb-30">
                <div class="dashboard-w1 bg--dark b-radius--10 box-shadow">
                    <div class="icon"><i class="fa fa-blog"></i></div>
                    <div class="details">
                        <div class="numbers"><span class="amount"><?php echo $sql_users = mysqli_num_rows(mysqli_query($con, "Select * from blog")); ?></span></div>
                        <div class="desciption"><span class="text--small">All Blogs</span></div>
                        <a href="blog.php" class="btn btn-sm text--small bg--white text--black box--shadow3 mt-3">View All</a>
                    </div>
                </div>
            </div>
            <div class="col-xl-3 col-lg-3 col-sm-6 mb-30">
                <div class="dashboard-w1 bg--primary b-radius--10 box-shadow">
                    <div class="icon"><i class="fa fa-mobile"></i></div>
                    <div class="details">
                        <div class="numbers"><span class="amount"><?php echo $sql_users = mysqli_num_rows(mysqli_query($con, "Select * from brand")); ?></span></div>
                        <div class="desciption"><span class="text--small">Total Brands</span></div>
                        <a href="brand.php" class="btn btn-sm text--small bg--white text--black box--shadow3 mt-3">View All</a>
                    </div>
                </div>
            </div>
            <div class="col-xl-3 col-lg-3 col-sm-6 mb-30">
                <div class="dashboard-w1 bg--secondary b-radius--10 box-shadow">
                    <div class="icon"><i class="fa fa-mobile-retro"></i></div>
                    <div class="details">
                        <div class="numbers"><span class="amount"><?php echo $sql_users = mysqli_num_rows(mysqli_query($con, "Select * from model")); ?></span></div>
                        <div class="desciption"><span class="text--small">Total Models</span></div>
                        <a href="model.php" class="btn btn-sm text--small bg--white text--black box--shadow3 mt-3">View All</a>
                    </div>
                </div>
            </div>
            <div class="col-xl-3 col-lg-3 col-sm-6 mb-30">
                <div class="dashboard-w1 bg--success b-radius--10 box-shadow">
                    <div class="icon"><i class="fa fa-tools"></i></div>
                    <div class="details">
                        <div class="numbers"><span class="amount"><?php echo $sql_users = mysqli_num_rows(mysqli_query($con, "Select * from service")); ?></span></div>
                        <div class="desciption"><span class="text--small">All Services</span></div>
                        <a href="services.php" class="btn btn-sm text--small bg--white text--black box--shadow3 mt-3">View All</a>
                    </div>
                </div>
            </div>
        </div><!-- row end-->
    </div><!-- row end -->
</div>
<?php include('inc/footer.php') ?>

MMCT - 2023