/home/brandsfa/public_html/storage/framework/views/e2c252a249dc1ccd0c1143d83cf8e4c1.php
<?php $__env->startSection('title', translate('all_Categories')); ?>
<?php $__env->startPush('css_or_js'); ?>
<meta property="og:image" content="<?php echo e(dynamicStorage(path: 'storage/app/public/company')); ?>/<?php echo e($web_config['web_logo']->value); ?>"/>
<meta property="og:title" content="Categories of <?php echo e($web_config['name']->value); ?> "/>
<meta property="og:url" content="<?php echo e(env('APP_URL')); ?>">
<meta property="og:description"
content="<?php echo e(substr(strip_tags(str_replace(' ', ' ', $web_config['about']->value)),0,160)); ?>">
<meta property="twitter:card" content="<?php echo e(dynamicStorage(path: 'storage/app/public/company')); ?>/<?php echo e($web_config['web_logo']->value); ?>"/>
<meta property="twitter:title" content="Categories of <?php echo e($web_config['name']->value); ?>"/>
<meta property="twitter:url" content="<?php echo e(env('APP_URL')); ?>">
<meta property="twitter:description"
content="<?php echo e(substr(strip_tags(str_replace(' ', ' ', $web_config['about']->value)),0,160)); ?>">
<?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<div class="container p-3 rtl __inline-52 text-align-direction">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-9 text-center">
<h4><?php echo e(translate('category')); ?></h4>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-4">
<?php $__currentLoopData = \App\Utils\CategoryManager::parents(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="card-header mb-2 p-2 side-category-bar action-get-categories-function"
data-route="<?php echo e(route('category-ajax', [$category['id']])); ?>">
<img alt="" class="__img-18 mr-1"
src="<?php echo e(getValidImage(path: 'storage/app/public/category/'.$category->icon, type: 'category')); ?>">
<?php echo e($category['name']); ?>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<div class="col-lg-9 col-md-8">
<hr>
<div class="row" id="ajax-categories">
<label class="col-md-12 text-center mt-5">
<?php echo e(translate('select_your_desire_category.')); ?>
</label>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('script'); ?>
<script src="<?php echo e(asset('public/assets/front-end/js/categories.js')); ?>"></script>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layouts.front-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/amkworld/public_html/resources/themes/default/web-views/products/categories.blade.php ENDPATH**/ ?>