{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//arsu/storage////framework//views/b818f66fdba27b6053ab773374290951157c8518.php
<?php ($announcement=\App\CPU\Helpers::get_business_settings('announcement')); ?> <?php if(isset($announcement) && $announcement['status']==1): ?> <div class="text-center position-relative px-4 py-1" id="anouncement" style="background-color: <?php echo e($announcement['color']); ?>;color:<?php echo e($announcement['text_color']); ?>"> <span><?php echo e($announcement['announcement']); ?> </span> <span class="__close-anouncement" onclick="myFunction()"><i class="fa fa-times"></i></span> </div> <?php endif; ?> <header> <div class="tp-header-area tp-header-style-darkRed tp-header-height"> <!-- header top start --> <div class="tp-header-top-2 p-relative z-index-11 tp-header-top-border d-none d-md-block"> <div class="container"> <div class="row align-items-center"> <div class="col-md-6"> <div class="tp-header-info d-flex align-items-center"> <div class="tp-header-info-item"> <a href="tel:<?php echo e($web_config['phone']->value); ?>"> <span> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path fill-rule="evenodd" clip-rule="evenodd" d="M1.359 2.73916C1.59079 2.35465 2.86862 0.958795 3.7792 1.00093C4.05162 1.02426 4.29244 1.1883 4.4881 1.37943H4.48885C4.93737 1.81888 6.22423 3.47735 6.29648 3.8265C6.47483 4.68282 5.45362 5.17645 5.76593 6.03954C6.56213 7.98771 7.93402 9.35948 9.88313 10.1549C10.7455 10.4679 11.2392 9.44752 12.0956 9.62511C12.4448 9.6981 14.1042 10.9841 14.5429 11.4333V11.4333C14.7333 11.6282 14.8989 11.8698 14.9214 12.1422C14.9553 13.1016 13.4728 14.3966 13.1838 14.5621C12.502 15.0505 11.6125 15.0415 10.5281 14.5373C7.50206 13.2784 2.66618 8.53401 1.38384 5.39391C0.893174 4.31561 0.860062 3.42016 1.359 2.73916Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M9.84082 1.18318C12.5534 1.48434 14.6952 3.62393 15 6.3358" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M9.84082 3.77927C11.1378 4.03207 12.1511 5.04544 12.4039 6.34239" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> <?php echo e($web_config['phone']->value); ?> </a> </div> </div> </div> <div class="col-md-6"> <div class="tp-header-top-right tp-header-top-black d-flex align-items-center justify-content-end"> <div class="tp-header-top-menu d-flex align-items-center justify-content-end"> <div class="tp-header-top-menu-item tp-header-lang"> <span class="tp-header-lang-toggle" id="tp-header-lang-toggle"> <?php $__currentLoopData = json_decode($language['value'], true); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $data): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($data['code'] == $local): ?> <?php echo e($data['name']); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </span> <ul> <?php $__currentLoopData = json_decode($language['value'], true); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $data): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($data['status'] == 1): ?> <li> <a href="<?php echo e(route('lang', [$data['code']])); ?>"> <?php echo e($data['name']); ?> </a> </li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php if($currency_model == 'multi_currency'): ?> <div class="tp-header-top-menu-item tp-header-currency"> <span class="tp-header-currency-toggle" id="tp-header-currency-toggle"><?php echo e(session('currency_code')); ?> <?php echo e(session('currency_symbol')); ?></span> <ul> <?php $__currentLoopData = \App\Model\Currency::where('status', 1)->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $currency): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li onclick="currency_change('<?php echo e($currency['code']); ?>')"><a href="#"><?php echo e($currency->name); ?> <?php echo e($currency->currency_symbol); ?></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> <?php if(auth('customer')->check()): ?> <div class="tp-header-top-menu-item tp-header-setting"> <span class="tp-header-setting-toggle" id="tp-header-setting-toggle"> <img height="25" src="<?php echo e(asset('storage/app/public/profile/'.auth('customer')->user()->image)); ?>" onerror="this.src='<?php echo e(asset('public/assets/front-end/img/image-place-holder.png')); ?>'" class="img-profile rounded-circle __inline-14"> <?php echo e(\App\CPU\translate('hello')); ?>, <?php echo e(auth('customer')->user()->f_name); ?> </span> <ul> <li> <a href="<?php echo e(route('account-oder')); ?>"> <?php echo e(\App\CPU\translate('my_order')); ?></a> </li> <li> <a href="<?php echo e(route('user-account')); ?>"><?php echo e(\App\CPU\translate('my_profile')); ?></a> </li> <li> <a href="<?php echo e(route('wishlists')); ?>"><?php echo e(\App\CPU\translate('Wishlist')); ?></a> </li> <li> <a href="<?php echo e(route('shop-cart')); ?>"><?php echo e(\App\CPU\translate('Cart')); ?></a> </li> <li> <a href="<?php echo e(route('customer.auth.logout')); ?>"><?php echo e(\App\CPU\translate('logout')); ?></a> </li> </ul> </div> <?php else: ?> <div class="tp-header-top-menu-item tp-header-setting"> <span class="noafter"> <a href="<?php echo e(route('customer.auth.login')); ?>"> <i class="fa fa-sign-in <?php echo e(Session::get('direction') === "rtl" ? 'mr-2' : 'mr-2'); ?>"></i> <?php echo e(\App\CPU\translate('sign_in')); ?> </a> / <a class="tp-header-setting-toggle" href="<?php echo e(route('customer.auth.sign-up')); ?>"> <i class="fa fa-user-circle <?php echo e(Session::get('direction') === "rtl" ? 'mr-2' : 'mr-2'); ?>"></i> <?php echo e(\App\CPU\translate('sign_up')); ?> </a> </span> </div> <?php endif; ?> </div> </div> </div> </div> </div> </div> <!-- header bottom start --> <div id="header-sticky" class="tp-header-bottom-2 tp-header-sticky"> <div class="container"> <div class="tp-mega-menu-wrapper p-relative"> <div class="row align-items-center"> <div class="col-xl-2 col-lg-5 col-md-5 col-sm-4 col-6"> <div class="logo"> <a href="<?php echo e(route('home')); ?>"> <img src="<?php echo e(asset("storage/app/public/company")."/".$web_config['web_logo']->value); ?>" onerror="this.src='<?php echo e(asset('public/assets/front-end/img/image-place-holder.png')); ?>'" alt="<?php echo e($web_config['name']->value); ?>" height="60"> </a> </div> </div> <div class="col-xl-5 d-none d-xl-block"> <div class="main-menu menu-style-2"> <nav class="tp-main-menu-content"> <ul> <li> <a href="<?php echo e(route('home')); ?>">Home</a> </li> <?php ($categories=\App\Model\Category::with(['childes.childes'])->where('position', 0)->priority()->paginate(11)); ?> <li class="has-dropdown has-mega-menu "> <a href="<?php echo e(route('categories')); ?>"><?php echo e(\App\CPU\translate('categories')); ?></a> <ul class="tp-submenu tp-mega-menu mega-menu-style-2"> <!-- first col --> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="has-dropdown"> <a href="javascript:" onclick="location.href='<?php echo e(route('products',['id'=> $category['id'],'data_from'=>'category','page'=>1])); ?>'" class="mega-menu-title"><?php echo e($category['name']); ?></a> <?php if($category->childes->count()>0): ?> <ul class="tp-submenu"> <?php $__currentLoopData = $category['childes']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subCategory): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a href="javascript:" onclick="location.href='<?php echo e(route('products',['id'=> $subCategory['id'],'data_from'=>'category','page'=>1])); ?>'"><?php echo e($subCategory['name']); ?></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php endif; ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </li> <li><a href="<?php echo e(route('products')); ?>"><?php echo e(\App\CPU\translate('Products')); ?></a></li> <li><a href="<?php echo e(route('blog')); ?>"><?php echo e(\App\CPU\translate('Blog')); ?></a></li> <li><a href="<?php echo e(route('contacts')); ?>"><?php echo e(\App\CPU\translate('Contact')); ?></a></li> </ul> </nav> </div> </div> <div class="col-xl-5 col-lg-7 col-md-7 col-sm-8 col-6"> <div class="tp-header-bottom-right d-flex align-items-center justify-content-end pl-30"> <div class="tp-header-search-2 d-none d-sm-block"> <form action="<?php echo e(route('products')); ?>" type="submit" class="search_form"> <input class="appended-form-control search-bar-input" type="text" autocomplete="off" placeholder="<?php echo e(\App\CPU\translate('Search here ...')); ?>" name="name"> <button type="submit"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M18.9999 19L14.6499 14.65" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> <input name="data_from" value="search" hidden> <input name="page" value="1" hidden> <diV class="card search-card __inline-13"> <div class="card-body search-result-box __h-400px overflow-x-hidden overflow-y-auto"></div> </diV> </form> </div> <div class="tp-header-action d-flex align-items-center ml-30"> <div class="tp-header-action-item d-none d-lg-block"> <a href="<?php echo e(route('wishlists')); ?>" class="tp-header-action-btn"> <svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.239 18.8538C13.4096 17.5179 15.4289 15.9456 17.2607 14.1652C18.5486 12.8829 19.529 11.3198 20.1269 9.59539C21.2029 6.25031 19.9461 2.42083 16.4289 1.28752C14.5804 0.692435 12.5616 1.03255 11.0039 2.20148C9.44567 1.03398 7.42754 0.693978 5.57894 1.28752C2.06175 2.42083 0.795919 6.25031 1.87187 9.59539C2.46978 11.3198 3.45021 12.8829 4.73806 14.1652C6.56988 15.9456 8.58917 17.5179 10.7598 18.8538L10.9949 19L11.239 18.8538Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M7.26062 5.05302C6.19531 5.39332 5.43839 6.34973 5.3438 7.47501" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> <span class="tp-header-action-badge countWishlist"><?php echo e(session()->has('wish_list')?count(session('wish_list')):0); ?></span> </a> </div> <div class="tp-header-action-item"> <button class="tp-header-action-btn cartmini-open-btn"> <svg width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.48626 20.5H14.8341C17.9004 20.5 20.2528 19.3924 19.5847 14.9348L18.8066 8.89359C18.3947 6.66934 16.976 5.81808 15.7311 5.81808H5.55262C4.28946 5.81808 2.95308 6.73341 2.4771 8.89359L1.69907 14.9348C1.13157 18.889 3.4199 20.5 6.48626 20.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M6.34902 5.5984C6.34902 3.21232 8.28331 1.27803 10.6694 1.27803V1.27803C11.8184 1.27316 12.922 1.72619 13.7362 2.53695C14.5504 3.3477 15.0081 4.44939 15.0081 5.5984V5.5984" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M7.70365 10.1018H7.74942" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M13.5343 10.1018H13.5801" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> <span class="tp-header-action-badge countCart"><?php ($cart=\App\CPU\CartManager::get_cart()); ?> <?php echo e($cart->count()); ?></span> </button> </div> <div class="tp-header-action-item tp-header-hamburger mr-20 d-xl-none"> <button type="button" class="tp-offcanvas-open-btn"> <svg xmlns="http://www.w3.org/2000/svg" width="30" height="16" viewBox="0 0 30 16"> <rect x="10" width="20" height="2" fill="currentColor" /> <rect x="5" y="7" width="25" height="2" fill="currentColor" /> <rect x="10" y="14" width="20" height="2" fill="currentColor" /> </svg> </button> </div> </div> </div> </div> </div> </div> </div> </div> </div> </header> <?php $__env->startPush('script'); ?> <script> function myFunction() { $('#anouncement').slideUp(300) } </script> <?php $__env->stopPush(); ?><?php /**PATH /var/www/arsu/resources/themes/default/layouts/front-end/partials/_header.blade.php ENDPATH**/ ?>
./Ninja\.