Server IP : 66.29.132.124 / Your IP : 52.15.71.146 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?> <div class="container-fluid"> <div class="d-flex justify-content-between mb20"> <h1 class="title-bar"><?php echo e(__('All Notifications')); ?></h1> </div> <div class="row"> <div class="col-3"> <div class="panel"> <ul class="dropdown-list-items p-0"> <li class="notification <?php if(empty($type)): ?> active <?php endif; ?>"> <i class="fa fa-inbox fa-lg mr-2"></i> <a href="<?php echo e(route('core.admin.notification.loadNotify')); ?>"> <?php echo e(__('All')); ?></a> </li> <li class="notification <?php if(!empty($type) && $type == 'unread'): ?> active <?php endif; ?>"> <i class="fa fa-envelope-o fa-lg mr-2"></i> <a href="<?php echo e(route('core.admin.notification.loadNotify', ['type'=>'unread'])); ?>"><?php echo e(__('Unread')); ?></a> </li> <li class="notification <?php if(!empty($type) && $type == 'read'): ?> active <?php endif; ?>"> <i class="fa fa-envelope-open-o fa-lg mr-2"></i> <a href="<?php echo e(route('core.admin.notification.loadNotify', ['type'=>'read'])); ?>"><?php echo e(__('Read')); ?></a> </li> </ul> </div> </div> <?php echo $__env->make('Core::admin.notification.list', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/book24/public_html/modules/Core/Views/admin/notification/index.blade.php ENDPATH**/ ?>