Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/www/storage/framework/views/ |
<?php if(session()->has('flash_notification.message')): ?>
<?php if(session()->has('flash_notification.overlay')): ?>
<?php echo $__env->make('flash::modal', [
'modalClass' => 'flash-modal',
'title' => session('flash_notification.title'),
'body' => session('flash_notification.message')
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php else: ?>
<div class="alert
alert-<?php echo e(session('flash_notification.level')); ?>
<?php echo e(session()->has('flash_notification.important') ? 'alert-important' : ''); ?>"
>
<?php if(session()->has('flash_notification.important')): ?>
<button type="button"
class="close"
data-dismiss="alert"
aria-hidden="true"
>×</button>
<?php endif; ?>
<?php echo session('flash_notification.message'); ?>
</div>
<?php endif; ?>
<?php endif; ?>
<?php /**PATH /home/tradze/public_html/resources/views/vendor/flash/message.blade.php ENDPATH**/ ?>