<?php
  include('session.php');
?>
<?php
include"header.php";
?>

  <!-- Navbar -->
<?php
include"nav_style.php";
?>
  <!-- /.navbar -->
  
    <!-- /.aside start -->
	<?php
include"aside_style.php";
?>
	  <!-- /.aside end -->

  <!-- Content Wrapper. Contains page content -->

    <!-- Main content -->
<?php
include"stocklisttable.php";
?>

  <!-- /.content-wrapper -->
  
 <?php
include"footer.php";
?> 
  
<!-- SweetAlert2 -->
<script src="plugins/sweetalert2/sweetalert2.min.js"></script>
<!-- Toastr -->

<script>
  $(function () {
    $("#example1").DataTable({
      "responsive": true, "lengthChange": false, "autoWidth": false,
      "buttons": ["copy", "csv", "excel", "pdf", "print", "colvis"]
    }).buttons().container().appendTo('#example1_wrapper .col-md-6:eq(0)');
    $('#example2').DataTable({
      "paging": true,
      "lengthChange": false,
      "searching": false,
      "ordering": true,
      "info": true,
      "autoWidth": false,
      "responsive": true,
    });
  });
</script>

 <?php
include"script_style.php";
?> 


</body>
</html>

