if (isset ( $this->noticeMessage )) {
?>
echo $this->noticeMessage;
?>
.
}
?>
if (isset ( $this->noticeSuccess )) {
?>
echo $this->noticeSuccess;
?>
.
}
?>
if (isset ( $this->noticeError )) {
?>
echo $this->noticeError;
?>
.
}
?>
Apply / Check Application Status