query("SELECT * FROM branch WHERE deleted_at IS NULL".$user_branch_permission_sql_123);
if ($get_branch->num_rows > 0 && $row_user['user_permission'] == 'user') {
echo '
';
}
// Admin version
$get_branch = $mysqli->query("SELECT * FROM branch WHERE deleted_at IS NULL");
if ($get_branch->num_rows > 0 && $row_user['user_permission'] == 'admin') {
echo '
';
}
?>
-
'.$top_notification.'