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 :
c20f0f09f33bc69ed4a3b9bde52e141c59190ddd.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['Dashboard'] ?? __('Dashboard')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-name'); ?> <?php echo e($keywords['Dashboard'] ?? __('Dashboard')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-name'); ?> <?php echo e($keywords['Dashboard'] ?? __('Dashboard')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== Breadcrumb part End ======--> <section class="user-dashbord pt-100 pb-60"> <div class="container"> <div class="row"> <?php if ($__env->exists('user-front.customer.side-navbar')) echo $__env->make('user-front.customer.side-navbar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="col-lg-9"> <div class="row mb-4"> <div class="col-lg-12"> <div class="user-profile-details"> <div class="account-info mb-3"> <div class="title"> <h4 class="mb-2"> <?php echo e($keywords['account_information'] ?? __('Account Information')); ?></h4> </div> <div class="main-info"> <ul class="list"> <li class="py-1"><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 class="py-1"><strong><?php echo e($keywords['email'] ?? __('Email')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->email); ?></li> <li class="py-1"> <strong><?php echo e($keywords['Phone_Number'] ?? __('phone')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->contact_number); ?> </li> <li class="py-1"> <strong><?php echo e($keywords['address'] ?? __('Address')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->address); ?> </li> <li class="py-1"><strong><?php echo e($keywords['state'] ?? __('State')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->billing_state); ?></li> <li class="py-1"><strong><?php echo e($keywords['city'] ?? __('City')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->billing_city); ?> </li> <li class="py-1"> <strong><?php echo e($keywords['country'] ?? __('Country')); ?>:</strong> <?php echo e(Auth::guard('customer')->user()->billing_country); ?> </li> </ul> </div> </div> </div> </div> </div> <div class="row"> <?php if(in_array('Ecommerce', $packagePermissions)): ?> <?php if($userShopSetting->is_shop == 1 && $userShopSetting->catalog_mode == 0): ?> <div class="col-md-4"> <a href="<?php echo e(route('customer.orders', getParam())); ?>" class="card card-box box-1 mb-3"> <div class="card-info"> <h5><?php echo e($keywords['myOrders'] ?? __('My Orders')); ?></h5> <p><?php echo e($totalorders); ?></p> </div> </a> </div> <?php endif; ?> <div class="col-md-4"> <a href="<?php echo e(route('customer.wishlist', getParam())); ?>" class="card card-box box-2 mb-3"> <div class="card-info"> <h5><?php echo e($keywords['mywishlist'] ?? __('my wishlist')); ?></h5> <p><?php echo e($totalwishlist); ?> </p> </div> </a> </div> <?php endif; ?> <?php if(in_array('Course Management', $packagePermissions)): ?> <div class="col-md-4"> <a class="card card-box box-3 mb-3" href="<?php echo e(route('customer.purchase_history', getParam())); ?>"> <div class="card-info"> <h5><?php echo e($keywords['Enrolled_Courses'] ?? __('Enrolled Courses')); ?></h5> <p><?php echo e($couseCount); ?> </p> </div> </a> </div> <?php endif; ?> <?php if(in_array('Hotel Booking', $packagePermissions)): ?> <?php if(isset($roomSetting) && $roomSetting->is_room == 1): ?> <div class="col-md-4"> <a class="card card-box box-4 mb-3" href="<?php echo e(route('customer.purchase_history', getParam())); ?>"> <div class="card-info"> <h5><?php echo e($keywords['Room_Bookings'] ?? __('Room Bookings')); ?></h5> <p><?php echo e($roomBookingCount); ?> </p> </div> </a> </div> <?php endif; ?> <?php endif; ?> </div> </div> </div> </div> </div> </section> <!--====== Footer Part Start ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make('user-front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/user-front/customer/dashboard.blade.php ENDPATH**/ ?>
Save