@extends('dashboard.Boutique.Boutique_template.layouts.defaultLayout') @section('content') @php $thisShop=\Illuminate\Support\Facades\Session::get('boutique'); @endphp @if(isset($lastArticle) && count($lastArticle)>0 ) @if($thisShop->publicites!==null && count($thisShop->publicites)>0) @endif @if(isset($metas->mot_d_ordres))
@php $icon=['images/char_1.png','images/char_2.png','images/char_3.png','images/char_4.png']; @endphp @for($i=0;$imot_d_ordres);$i++)
{{$metas->mot_d_ordres[$i]}}
@endfor @endif
{{----}} @if(count($promos)>0) @endif
@if(count($articles_lists)>0)

PRODUITS RECOMMANDés

Trier par:
@foreach($articles_lists as $article) @php $data = $processedArticlesList[$article->slug] ?? null; @endphp @if($data && $data['stock'] != 0) @endif @endforeach
@endif
@else
Site web non configurer.
Ce site ne contient aucun produit pour le moment.

@if(\Illuminate\Support\Facades\Session::has('user')) @if(\Illuminate\Support\Facades\Session::get('user')['slug']==$thisShop['user_slug']) Accéder à la boutique @endif @endif
@endif @endsection