One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
Edit File Name :
a3e69aeeac1f105698ce411433027cd12f665800.php
<?php $shopSettings = App\Models\User\UserShopSetting::where('user_id', $user->id)->first(); $donation = DB::table('user_donation_settings') ->where('user_id', $user->id) ->first(); $room = DB::table('user_room_settings') ->where('user_id', $user->id) ->first(); ?> <div class="col-lg-3"> <div class="user-sidebar mb-40"> <ul class="links"> <li> <a class="<?php if(request()->routeIs('customer.dashboard')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.dashboard', getParam())); ?>"><i class="fal fa-tachometer-alt"></i> <?php echo e($keywords['Dashboard'] ?? __('Dashboard')); ?></a> </li> <li> <a class=" <?php if(request()->routeIs('customer.edit_profile')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.edit_profile', getParam())); ?>"><i class="fal fa-user"></i> <?php echo e($keywords['my_profile'] ?? __('My Profile')); ?></a> </li> <?php if(in_array('Course Management', $packagePermissions)): ?> <li class="menu-item-has-children <?php if(request()->routeIs('customer.my_courses') || request()->routeIs('customer.purchase_history')): ?> open <?php endif; ?>"> <a href="#" target="_blank"> <i class="far fa-play"></i> <?php echo e($keywords['Courses'] ?? __('Courses')); ?> </a> <ul class="sub-menu"> <li> <a class=" <?php if(request()->routeIs('customer.my_courses')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.my_courses', getParam())); ?>"> <i class="far fa-play-circle"></i> <?php echo e($keywords['my_courses'] ?? __('My Courses')); ?> </a> </li> <li> <a class=" <?php if(request()->routeIs('customer.purchase_history')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.purchase_history', getParam())); ?>"> <i class="far fa-file-alt"></i> <?php echo e($keywords['Purchase_History'] ?? __('Enrollment History')); ?></a> </li> </ul> </li> <?php endif; ?> <?php if(in_array('Donation Management', $packagePermissions)): ?> <?php if(!is_null($donation) && $donation->is_donation == 1): ?> <li> <a class=" <?php if(request()->routeIs('customer.donations')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.donations', getParam())); ?>"><i class="fas fa-hand-holding-usd"></i> <?php echo e($keywords['donation'] ?? __('Donation')); ?></a> </li> <?php endif; ?> <?php endif; ?> <?php if(in_array('Ecommerce', $packagePermissions)): ?> <li class="menu-item-has-children <?php if(request()->routeIs('customer.orders') || request()->routeIs('customer.wishlist')): ?> open <?php endif; ?>"> <a href="#" target="_blank"> <i class="fal fa-clipboard-list"></i> <?php echo e($keywords['Products'] ?? __('Products')); ?> </a> <ul class="sub-menu"> <?php if($shopSettings->is_shop == 1 && $shopSettings->catalog_mode == 0): ?> <li> <a class=" <?php if(request()->routeIs('customer.orders') || request()->routeIs('customer.orders-details')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.orders', getParam())); ?>"> <i class="fal fa-folders"></i> <?php echo e($keywords['myOrders'] ?? __('Product Order')); ?> </a> </li> <?php endif; ?> <li> <a class=" <?php if(request()->routeIs('customer.wishlist')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.wishlist', getParam())); ?>"><i class="fal fa-heart"></i> <?php echo e($keywords['mywishlist'] ?? __('Product Wishlist')); ?></a> </li> </ul> </li> <?php endif; ?> <?php if(in_array('Hotel Booking', $packagePermissions)): ?> <?php if(!is_null($room) && $room->is_room == 1): ?> <li> <a class=" <?php if(request()->routeIs('customer.roomBookings')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.roomBookings', getParam())); ?>"><i class="far fa-hotel"></i> <?php echo e($keywords['Room_Bookings'] ?? __('Room Bookings')); ?></a> </li> <?php endif; ?> <?php endif; ?> <?php if(in_array('Ecommerce', $packagePermissions)): ?> <?php if($shopSettings->is_shop == 1 && $shopSettings->catalog_mode == 0): ?> <li> <a class=" <?php if(request()->routeIs('customer.shpping-details')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.shpping-details', getParam())); ?>"><i class="far fa-truck"></i> <?php echo e($keywords['shipping_details'] ?? __('Shipping Details')); ?></a> </li> <?php endif; ?> <?php endif; ?> <?php if(in_array('Ecommerce', $packagePermissions) || in_array('Course Management', $packagePermissions)): ?> <li> <a class=" <?php if(request()->routeIs('customer.billing-details')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.billing-details', getParam())); ?>"> <i class="fal fa-wallet"></i> <?php echo e($keywords['billing_details'] ?? __('Billing Details')); ?></a> </li> <?php endif; ?> <li> <a class=" <?php if(request()->routeIs('customer.change_password')): ?> active <?php endif; ?>" href="<?php echo e(route('customer.change_password', getParam())); ?>"><i class="fal fa-unlock-alt"></i> <?php echo e($keywords['Change_Password'] ?? __('Change Password')); ?> </a> </li> <li> <a href="<?php echo e(route('customer.logout', getParam())); ?>"><i class="fal fa-sign-out"></i> <?php echo e($keywords['Signout'] ?? __('Sign out')); ?></a> </li> </ul> </div> </div> <?php /**PATH /home/business/public_html/resources/views/user-front/customer/side-navbar.blade.php ENDPATH**/ ?>
Save