File: /home/lesanew/anestetues2/web/app/cache/acorn/framework/views/c6c18954ed9a9c89fdc8712e8574e731.php
<?php $__env->startPush('vite-head'); ?>
<?php echo app('Illuminate\Foundation\Vite')(['resources/css/pages/shop.scss']); ?>
<?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<?php
$shop_id = wc_get_page_id('shop');
?>
<section class="container center bottom-wave">
<h1><?php echo e(get_field('titre', $shop_id)); ?></h1>
<?php echo get_field('texte_shop', $shop_id); ?>
<?php if(woocommerce_product_loop()): ?>
<div class="products-grid">
<?php while(have_posts()): ?>
<?php
the_post();
$product = wc_get_product(get_the_ID());
?>
<article class="product-item">
<a href="<?php echo e(get_permalink()); ?>">
<?php echo get_the_post_thumbnail(null, 'woocommerce_thumbnail', ['class' => 'wave-img']); ?>
</a>
<?php if($product): ?>
<p class="product-title">
<a href="<?php echo e(get_permalink()); ?>"><?php echo e(get_the_title()); ?></a>
</p>
<div class="product-price">
<?php echo $product->get_price_html(); ?>
</div>
<?php endif; ?>
</article>
<?php endwhile; ?>
</div>
<?php endif; ?>
</section>
<section class="container bg-primary text-light center">
<div class="mt mb">
<h2><?php echo e(get_field('titre_createurs', $shop_id)); ?></h2>
<?php echo get_field('texte_createurs', $shop_id); ?>
<?php
$createurs = new WP_Query([
'post_type' => 'createur_local',
'posts_per_page' => -1,
'orderby' => 'title',
'order' => 'ASC',
]);
?>
<?php if($createurs->have_posts()): ?>
<div class="products-grid">
<?php while($createurs->have_posts()): ?>
<?php
$createurs->the_post();
?>
<article class="product-item">
<a href="<?php echo e(get_permalink()); ?>">
<?php echo get_the_post_thumbnail(null, 'medium', ['class' => 'wave-img']); ?>
</a>
<p class="product-title">
<a href="<?php echo e(get_permalink()); ?>"><?php echo e(get_the_title()); ?></a>
</p>
<?php
$categorie = get_field('categorie', get_the_ID());
?>
<?php if(! empty($categorie)): ?>
<div class="product-category">
<?php echo e($categorie); ?>
</div>
<?php endif; ?>
</article>
<?php endwhile; ?>
<?php
wp_reset_postdata();
?>
</div>
<?php endif; ?>
</div>
</section>
<section class="container top-wave">
<?php if (isset($component)) { $__componentOriginal471fcb325e864a3eed593a0de81b2246 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal471fcb325e864a3eed593a0de81b2246 = $attributes; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.instagram-feed','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
<?php $component->withName('instagram-feed'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal471fcb325e864a3eed593a0de81b2246)): ?>
<?php $attributes = $__attributesOriginal471fcb325e864a3eed593a0de81b2246; ?>
<?php unset($__attributesOriginal471fcb325e864a3eed593a0de81b2246); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal471fcb325e864a3eed593a0de81b2246)): ?>
<?php $component = $__componentOriginal471fcb325e864a3eed593a0de81b2246; ?>
<?php unset($__componentOriginal471fcb325e864a3eed593a0de81b2246); ?>
<?php endif; ?>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/gaetan/www/les-anes-tetus-2.0/web/app/themes/anes-tetues/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>