File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/

Viewing File: ss.php

<?php 
									
$type = $rows['type']; 
									
if($type == "Debit"){

echo "<span class='badge badge-danger'>$type</span>";
}
else{
    echo "<span class='badge badge-success'>$type</span>";
}
									
?>