⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
c43d05dd3c2978a8242241fd41d2bed8acc27877.php
<div class="col-lg-3"> <div class="profile-sidebar"> <div class="profile-card mt-30"> <div class="profile-sidebar-title"> <h4 class="title"><?php echo e($keywords['My_Profile'] ?? __('My Profile')); ?></h4> </div> <div class="profile-user text-center"> <div class="profile-author"> <img class="lazy" data-src="<?php echo e($authUser->image ? asset('assets/user/img/users/' . $authUser->image) : asset('assets/front/img/user/blank_propic.png')); ?>" alt="customer-photo"> </div> <div class="profile-author-name"> <h4 class="name"><a href="<?php echo e(route('customer.dashboard', getParam())); ?>"><?php echo e($authUser->username); ?></a></h4> <span class="sub-title"><?php echo e($authUser->address); ?></span> </div> </div> <div class="profile-link"> <ul> <li><a <?php if(request()->routeIs('customer.dashboard')): ?> class="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 <?php if(request()->routeIs('customer.appointments') || request()->routeIs('customer.appointments.details')): ?> class="active" <?php endif; ?> href="<?php echo e(route('customer.appointments', getParam())); ?>"><i class="fas fa-file"></i> <?php echo e($keywords['My_Appointments'] ?? __('My Appointments')); ?></a></li> <li><a <?php if(request()->routeIs('customer.edit_profile')): ?> class="active" <?php endif; ?> href="<?php echo e(route('customer.edit_profile', getParam())); ?>"><i class="fal fa-user"></i> <?php echo e($keywords['Profile'] ?? __('Profile')); ?></a></li> <li><a <?php if(request()->routeIs('customer.change_password')): ?> class="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> </div> </div> <?php /**PATH /home/id/public_html/resources/views/user-front/user/side-navbar.blade.php ENDPATH**/ ?>