File: /home/barbeatleanalyti/www/mbaris.beatleanalytics.com/application/views/beatleAdmin/dashboard.php
<?php include('include/header.php'); ?>
<!-- END SIDEBAR -->
<!-- BEGIN CONTENT PART -->
<div id="content" class="main-content">
<div class="layout-px-spacing">
<div class="row layout-top-spacing">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 layout-spacing">
<div class="row widget-statistic">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
<a href="<?php echo base_url().'index.php/barisAdmin/userlist'; ?>">
<div class="widget widget-one_hybrid widget-followers">
<div class="widget-heading">
<div class="w-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-users">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
<circle cx="9" cy="7" r="4"></circle>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"></path>
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
</svg>
</div>
<p class="w-value"><?php echo count($AllOwner); ?></p>
<h5 class="">Owner</h5>
</div>
</div>
</a>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
<a href="<?php echo base_url().'index.php/barisAdmin/userlist'; ?>">
<div class="widget widget-one_hybrid widget-referral">
<div class="widget-heading">
<div class="w-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-users">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
<circle cx="9" cy="7" r="4"></circle>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"></path>
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
</svg>
</div>
<p class="w-value"><?php echo count($AllAuditor); ?></p>
<h5 class="">Auditor</h5>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-wrapper">
<div class="footer-section f-section-1">
<p class="">Copyright © 2020 <a target="_blank" href="http://www.beatlebuddy.com/">Beatlebuddy</a>, All rights reserved.</p>
</div>
</div>
</div>
<!-- END CONTENT PART -->
</div>
<!-- END MAIN CONTAINER -->
<style>body {
zoom: 93%;
}</style>
<?php include ('include/footer.php');?>