File: /home/rtbrisc/public_html/admin/main/helpdesk/index.php
<?php include("../general/header.php"); ?>
<body class="">
<?php include("../general/navbar.php"); ?>
<!-- BEGIN CONTENT -->
<div class="page-container row-fluid">
<?php include("../general/sidebar.php"); ?>
<!-- BEGIN PAGE CONTAINER-->
<div class="page-content">
<div class="content">
<!-- BEGIN PAGE TITLE -->
<?php include("../general/customer_name.php"); ?>
<!-- END PAGE TITLE -->
<ul class="breadcrumb">
<li>
<p>HELPDESK</p>
</li>
<li><a href="../dashboard" class="active">DASHBOARD</a> </li>
</ul>
<!-- BEGIN PlACE PAGE CONTENT HERE -->
<div class="row">
<div class="col-md-6 col-vlg-6 col-sm-6">
<div class="tiles green m-b-10">
<div class="tiles-body">
<a href="new.php" style="display: block;">
<h3 class="text-center text-white">LOG AN ISSUE / PURCHASE A DEVICE</h3>
</a>
<h4 class="blend text-center">What service do you need?</h4>
</div>
</div>
</div>
<div class="col-md-6 col-vlg-6 col-sm-6">
<div class="tiles red m-b-10">
<div class="tiles-body">
<a href="history.php" style="display: block;">
<h3 class="text-center text-white">SERVICE HISTORY</h3>
</a>
<h4 class="blend text-center">Record of Repairs & Purchases</h4>
</div>
</div>
</div>
</div>
<!-- END DASHBOARD TILES -->
<!-- END PLACE PAGE CONTENT HERE -->
</div>
</div>
<!-- END PAGE CONTAINER -->
<?php include("../general/chat_bar.php"); ?>
</div>
<!-- END CONTENT -->
<?php include("../general/footer.php"); ?>
</body>
</html>