⚝
One Hat Cyber Team
⚝
Your IP:
160.79.108.8
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
favoaysf
/
www
/
storage
/
framework
/
views
/
View File Name :
1e0692f37ac6ed54051f5f50fcc38d9e.php
<?php if(App\Models\Notification::count() > 0): ?> <h6 class="dropdown-header"> <?php echo e(__('Notifications')); ?> <a class="text-dark float-right" id="clear-notf" data-href="<?php echo e(route('back.notifications.clear')); ?>" href="javascript:;"> <small><?php echo e(__('Clear All')); ?></small> </a> </h6> <?php $__currentLoopData = App\Models\Notification::orderby('id','desc')->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $notf): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($notf->user_id != null): ?> <a class="dropdown-item d-flex align-items-center" href="<?php echo e(route('back.user.show',$notf->user_id)); ?>"> <div class="mr-3"> <div class="icon-circle bg-primary"> <i class="fas fa-user text-white"></i> </div> </div> <div> <div class="small text-gray-500"><?php echo e($notf->created_at->diffForHumans()); ?></div> <?php echo e(__('A new user has registered.')); ?> </div> </a> <?php endif; ?> <?php if($notf->order_id != null): ?> <a class="dropdown-item d-flex align-items-center" href="<?php echo e(route('back.order.invoice',$notf->order_id)); ?>"> <div class="mr-3"> <div class="icon-circle bg-success"> <i class="fas fa-donate text-white"></i> </div> </div> <div> <div class="small text-gray-500"><?php echo e($notf->created_at->diffForHumans()); ?></div> <?php echo e(__('You have recieved a new order.')); ?> </div> </a> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php if(App\Models\Notification::count() > 0): ?> <a class="dropdown-header mt-1 d-block text-center" href="<?php echo e(route('back.view.notification')); ?>"> <?php echo e(__('View All')); ?> </a> <?php endif; ?> <?php else: ?> <h6 class="dropdown-header"> <?php echo e(__('Notifications')); ?> </h6> <a class="dropdown-item d-flex align-items-center" href="javascript:;"> <div> <?php echo e(__('No Notifications')); ?> </div> </a> <?php endif; ?> <?php /**PATH /home/favoaysf/public_html/resources/views/back/notification/index.blade.php ENDPATH**/ ?>