File "1afb05d66c08f3e1bae5fe9679806d878aecf7ea.php"
Full Path: /home/fundopuh/trader.fxex.org/storage/framework/views/1afb05d66c08f3e1bae5fe9679806d878aecf7ea.php
File size: 883 bytes
MIME-type: text/plain
Charset: utf-8
<div>
<?php if(Session::has('message')): ?>
<div class="alert alert-danger alert-dismissible fade show" role="alert">
<?php echo e(Session::get('message')); ?>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<?php endif; ?>
<?php if(Session::has('success')): ?>
<div class="alert alert-success alert-dismissible fade show" role="alert">
<?php echo e(Session::get('success')); ?>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<?php endif; ?>
</div>
<?php /**PATH /home/fundopuh/trader.fxex.org/resources/views/components/admin/alert.blade.php ENDPATH**/ ?>