Viewing file: f65f3d881cec07f130ea41195ea7acad963225b4.php (2.43 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!--===================================== FOOTER PART START =======================================--> <footer class="footer-part"> <div class="container"> <div class="row"> <div class="col-md-6 col-lg-4"> <div class="footer-about"> <a href="#"><img src="<?php echo e(asset('uploads/'.domain_info('user_id').'/logo.png')); ?>" alt="logo"></a> <p><?php echo e(Cache::get(domain_info('user_id').'shop_description','')); ?></p> <?php if(Cache::has(domain_info('user_id').'socials')): ?> <?php $socials=json_decode(Cache::get(domain_info('user_id').'socials',[])); ?> <ul class="round-icon footer-icon"> <?php $__currentLoopData = $socials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a href="<?php echo e(url($value->url)); ?>" target="_blank"><i class="<?php echo e($value->icon); ?>"></i></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php endif; ?> </div> </div> <div class="col-md-6 col-lg-3"> <?php echo e(\Amcoders\Lpress\Lphelper::MenuCustomForUser('left')); ?>
</div> <div class="col-md-12 col-lg-3"> <?php echo e(\Amcoders\Lpress\Lphelper::MenuCustomForUser('center')); ?>
</div> <div class="col-md-12 col-lg-2"> <?php echo e(\Amcoders\Lpress\Lphelper::MenuCustomForUser('right')); ?>
</div> </div> </div> <div class="footer-bottom text-center"> <div class="container "> <div class="row text-center"> <p><?php echo e(__('Copyright')); ?> © <?php echo e(date('Y')); ?>. <?php echo e(__('All rights reserved by')); ?> <a href="<?php echo e(url('/')); ?>"><?php echo e(Cache::get(domain_info('user_id').'shop_name',env('APP_NAME'))); ?></a></p> </div> </div> </div> </footer> <!--===================================== FOOTER PART END =======================================--><?php /**PATH /Volumes/my-works/laravel/dokans/script/resources/views/frontend/bigbag/layouts/footer.blade.php ENDPATH**/ ?>
|