⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.5
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
wesellnew
/
core
/
storage
/
framework
/
views
/
View File Name :
3cf442bfbdfa41d20bdd2e504b8bf29dab976841.php
<?php $__env->startSection('meta'); ?> <meta name="keywords" content="<?php echo e($setting->meta_keywords); ?>"> <meta name="description" content="<?php echo e($setting->meta_description); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('title'); ?> <?php echo e(__('Brand')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Page Title--> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-lg-12"> <ul class="breadcrumbs"> <li><a href="<?php echo e((route('front.index'))); ?>"><?php echo e(__('Home')); ?></a> </li> <li class="separator"> </li> <li><?php echo e(__('Brand')); ?></li> </ul> </div> </div> </div> </div> <!-- Page Content--> <div class="container pt-0 pb-5"> <div class="row g-3"> <?php $__currentLoopData = $brands; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $brand): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xxl-2 col-xl-3 col-lg-4 col-md-4 col-6"> <a class="b-p-s-b" href="<?php echo e(route('front.catalog') . '?brand=' . $brand->slug); ?>"> <img class="d-block hi-50" src="<?php echo e(asset('assets/images/' . $brand->photo)); ?>" alt="<?php echo e($brand->name); ?>" title="<?php echo e($brand->name); ?>"> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('master.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\laragon\www\httpstamilbooksshop.com\core\resources\views/front/brand.blade.php ENDPATH**/ ?>