⚝
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 :
b942821a7567379fbc5f04317ea71cd156bbdc6c.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['Dashboard'] ?? 'Dashboard'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-title'); ?> <?php echo e($keywords['Dashboard'] ?? 'Dashboard'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-link'); ?> <?php echo e($keywords['Dashboard'] ?? 'Dashboard'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php if($userBs->theme == 6 || $userBs->theme == 7 || $userBs->theme == 8): ?> <!--====== Breadcrumbs Start ======--> <section class="breadcrumbs-section"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-10"> <div class="page-title"> <h1><?php echo e($keywords['Appointment'] ?? 'Appointment'); ?></h1> <ul class="breadcrumbs-link"> <li><a href="<?php echo e(route('front.user.detail.view', getParam())); ?>"><?php echo e($keywords['Home'] ?? 'Home'); ?></a> </li> <li class=""><?php echo e($keywords['Appointment'] ?? 'Appointment'); ?></li> </ul> </div> </div> </div> </div> </section> <!--====== Breadcrumbs End ======--> <?php endif; ?> <!--====== PROFILE PART START ======--> <section class="dashboard-area"> <div class="container"> <div class="row"> <?php if ($__env->exists('user-front.user.side-navbar')) echo $__env->make('user-front.user.side-navbar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="col-lg-9"> <div class="profile-dashboard mt-30"> <div class="profile-sidebar-title"> <h4 class="title"><?php echo e($keywords['account_information'] ?? __('Account Information')); ?></h4> </div> <div class="profile-dashboard-wrapper"> <div class="row"> <div class="col-md-8 dashboard-col"> <div class="user-profile-details"> <div class="account-info mb-3"> <div class="main-info"> <ul class="list"> <li><strong><?php echo e($keywords['Name'] ?? __('Name')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->first_name); ?> <?php echo e(Auth::guard('customer')->user()->last_name); ?></li> <li><strong><?php echo e($keywords['Email'] ?? __('Email')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->email); ?></li> <li><strong><?php echo e($keywords['Phone'] ?? __('Phone')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->contact_number); ?></li> <li><strong><?php echo e($keywords['Address'] ?? __('Address')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->address); ?></li> <li><strong><?php echo e($keywords['State'] ?? __('State')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->state); ?></li> <li><strong><?php echo e($keywords['City'] ?? __('City')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->city); ?> </li> <li><strong><?php echo e($keywords['Country'] ?? __('Country')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->country); ?></li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!--====== PROFILE PART ENDS ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make("user.$folder.layout", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user-front/user/dashboard.blade.php ENDPATH**/ ?>