<?php if(session($key ?? 'error')): ?>
<div class="alert alert-danger" role="alert">
<?php echo session($key ?? 'error'); ?>
</div>
<?php endif; ?>
<?php /**PATH /home2/mshostin/public_html/resources/views/alerts/error.blade.php ENDPATH**/ ?>