<?php include 'header.php';?>
<?php include 'top-menu.php';?>
<div class="container-scroller">
<?php include 'sidebar.php';?>
<div class="page-body-wrapper animate">
<div class="main-panel">
<div class="content-wrapper pb-0">
sdfsdf
</div>
<?php include 'copyrighte.php';?>
</div>
</div>
</div>
<?php include 'footer.php';?>