GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: /var/www/admin.fixgini.com/storage/framework/views/fb83464d2143dbf8e5146209ba1d7596.php
 <ul class="ml-auto navbar-nav navbar-list">

     <li class="nav-item nav-icon">
         <a href="#" class="rounded search-toggle iq-waves-effect bg-primary">
             <i class="ri-notification-line"></i>
             <span class="bg-danger dots"></span><?php echo e($notifications->count()); ?>

         </a>
         <div class="iq-sub-dropdown">
             <div class="m-0 shadow-none iq-card">
                 <div class="p-0 iq-card-body ">
                     <div class="p-3 bg-primary">
                         <a href="<?php echo e(route('user.activities')); ?>">
                             <h5 class="mb-0 text-white">See all notifications >></h5>
                         </a> 
                     </div>
                     <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $notifications; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $notify): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>

                     <a href="#" class="iq-sub-card">
                         <div class="media align-items-center">
                             <div class="">
                                 <img class="rounded avatar-40" src="<?php echo e($notify->user->profile_photo_url ?? 'icon.png'); ?>">
                             </div>
                             <div class="ml-3 media-body">
                                 <h6 class="mb-0 "><?php echo e($notify->user->name); ?></h6>
                                 <small class="float-right font-size-12"><?php echo e(\Carbon\Carbon::parse($notify->created_at)->diffForHumans()); ?></small>
                                 <p class="mb-0"><?php echo e($notify->activity); ?></p>
                             </div>
                         </div>
                     </a>
                     <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]-->

                 </div>

             </div>
         </div>
     </li>
     <li class="nav-item nav-icon dropdown">
         <a href="#" class="rounded search-toggle iq-waves-effect bg-primary">
             <i class="ri-mail-line"></i>
             <span class="bg-danger count-mail"></span>
             <?php echo e($messages->count()); ?>

         </a>
         <div class="iq-sub-dropdown">
             <div class="m-0 shadow-none iq-card">
                 <div class="p-0 iq-card-body ">
                     <div class="p-3 bg-primary">
                         <a href="<?php echo e(route('support.index')); ?>">
                             <h5 class="mb-0 text-white">See all messages  >> <small class="float-right pt-1 badge badge-light"></small></h5>
                         </a>
                     </div>
                     <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $messages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $message): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                     <a href="#" class="iq-sub-card">
                         <div class="media align-items-center">
                             <div class="">
                                 <img class="rounded avatar-40" src="<?php echo e($message->user->profile_photo_url ?? 'icon.png'); ?>">
                             </div>
                             <div class="ml-3 media-body">
                                 <h6 class="mb-0 "><?php echo e($message->user->name); ?> </h6>
                                 <h6 class="mb-0 text-bold">Subject: <?php echo e($message->subject); ?> </h6>
                                 <small class="float-left font-size-12"><?php echo e(\Carbon\Carbon::parse($message->created_at)->diffForHumans()); ?></small>
                             </div>
                         </div>
                     </a>
                     <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]-->
                 </div>
             </div>
         </div>
     </li>
 </ul><?php /**PATH /var/www/admin.fixgini.com/resources/views/livewire/top-bar.blade.php ENDPATH**/ ?>