HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.shooperm.com/storage/framework/views/f83ae2c9bb5f9f3c6fd585741f16e967f0a1a7fd.php
<?php
$notifications =
Modules\OrderManage\Entities\CustomerNotification::where('customer_id',Auth::id())->where('read_status',0)->latest()->take(4)->get();

?>

<a href="javascript:void(0);" class="cart_menu_item">
    <i class="ti-bell"></i> <?php echo e(__('common.notification')); ?></a>
<div class="cart_iner notifica_menu">
    <?php $__currentLoopData = $notifications; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $notification): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
    <a href="<?php echo e($notification->url ?? '#'); ?>" class="single_notification notification_read_btn" data-id="<?php echo e($notification->id); ?>" data-url="<?php echo e(url($notification->url)); ?>">
        <p class="notification-margin"><?php echo e($notification->title); ?></p>
    </a><br>
    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
    <div class="select_option_list">
        <?php if(count($notifications) > 0): ?>
        <a href="<?php echo e(route('frontend.notifications')); ?>" class="btn_1"><?php echo e(__('common.view_all')); ?></a>
        <div class="margintop"><a href="<?php echo e(route('frontend.mark_as_read')); ?>" class="btn_1"><?php echo e(__('defaultTheme.mark_all_as_read')); ?></a></div>
        <?php endif; ?>
        <div class="margintop marginbottom"><a href="<?php echo e(route('frontend.notification_setting')); ?>" class="btn_1"><?php echo e(__('common.notification')); ?> <?php echo e(__('common.setting')); ?></a></div>
    </div>

</div>
<?php /**PATH /www/wwwroot/www.shooperm.com/resources/views/frontend/default/partials/_notifications.blade.php ENDPATH**/ ?>