<?php if(isset($result)): ?>
<div class="col-12 mt-5 text-center form-message">
<?php echo $result; ?>
</div>
<?php endif; ?>