<?php
use App\Models\Notification;
/** @var Notification $notification */
?>
<?php if(!empty($notification)): ?>
<div class="alert alert-info">
<?php echo e($notification->text); ?>
</div>
<br/>
<?php endif; ?>
<?php /**PATH /var/www/ipsremont-demo/resources/views/dashboard/_notification.blade.php ENDPATH**/ ?>