<?php include('site-header.php'); ?>
<!-- end of LOGO CONTAINER -->
<!-- - - - - - - - - - - - - -->
<!-- start of SIDEBAR -->
<!-- - - - - - - - - - - - - -->
<?php include('left-nevigation.php'); ?>
<!-- - - - - - - - - - - - - -->
<!-- end of SIDEBAR -->
<!-- - - - - - - - - - - - - -->
<main id="playground">
<!-- - - - - - - - - - - - - -->
<!-- start of TOP NAVIGATION -->
<!-- - - - - - - - - - - - - -->
<?php include('site-top-header.php'); ?>
<!-- - - - - - - - - - - - - -->
<!-- end of TOP NAVIGATION -->
<!-- - - - - - - - - - - - - -->
<!-- PAGE TITLE -->
<section id="page-title" class="row">
<div class="col-md-8">
<h1>Dashboard</h1>
<p class="lead">Welcome to the control panel of <?php echo $text; ?></strong>.</p>
</div>
<div class="col-md-4">
<ol class="breadcrumb pull-right no-margin-bottom">
<li class="active">Dashboard</li>
</ol>
</div>
</section>
<!-- / PAGE TITLE -->
<div class="container-fluid">
<div class="row">
<div class="col-md-8">
<section class="panel tasks-widget"><img src="../about image/banner1 505x482 (1).jpg" class="img-responsive" style="width:100%; height:460px !important; object-fit:cover;"></section>
</div>
<!-- / col-md-6 -->
<!-- / col-md-6 -->
</div>
<!-- / row -->
</div>
<!-- / container-fluid -->
<?php include('site-footer.php'); ?>