<?php
include "../../config/config.php";

$LAYANAN = new RETRIEVE_LAYANAN;

?>

<?php
	include"$path/meta.php";
	include"$path/header.php";
	include"$path/menu.php";
	
	$data = $LAYANAN->remove_data_aset($_POST);	
	if ($data){
		?>
		<script>
		alert('Aset sudah dihapus');
		document.location="<?php echo "$url_rewrite/module/layanan/"; ?>lihat_aset_daftar.php";
        
        </script>
		<?php
	}
	// pr($data);
?>
	
<?php
include "../../config/config.php";

$LAYANAN = new RETRIEVE_LAYANAN;

?>

<?php
	include"$path/meta.php";
	include"$path/header.php";
	include"$path/menu.php";
	
	$data = $LAYANAN->retrieve_history_aset($_GET);	
	if (!$data){
		?>
		<script>
		alert('Tidak ada histori aset');
		document.location="<?php echo "$url_rewrite/module/layanan/"; ?>lihat_aset_daftar.php";
        
        </script>
		<?php
	}
	// pr($data);
?>
	
	<!-- End Sql -->
	<section id="main">
		<ul class="breadcrumb">
			  <li><a href="#"><i class="fa fa-home fa-2x"></i>  Home</a> <span class="divider"><b>&raquo;</b></span></li>
			  <li><a href="#">Layanan Aset</a><span class="divider"><b>&raquo;</b></span></li>
			  <li class="active">History Aset</li>