@extends('layouts.site.site') @section('content')
@foreach($datas[\App\Classes\Constant::SPECIALHOME_TOP] as $key => $product) @if($key == 0) @endif @endforeach
@foreach($datas[\App\Classes\Constant::SPECIALHOME_BOTTOM] as $key => $product) @if($key == 0) @endif @endforeach

Cartes de fidélité

Voir plus

@foreach($datas[\App\Classes\Constant::CATEGORY_LIST] as $key => $category) @if($key == 0 || $key == 1)
@endif @endforeach
@foreach($datas[\App\Classes\Constant::EXCLUSIF] as $key => $product) @if($key <= 1) @endif @endforeach
@foreach($datas[\App\Classes\Constant::CATEGORY_LIST] as $key => $category) @if($key >= 2)
@endif @endforeach

Catalogues

Profiter de notre large gamme d'offres, en consultant nos catalogues.

@include('layouts.site.aside')
@if($datas[\App\Classes\Constant::NAVIGATION_INFOS]['refreshCount'] <= 1) @include('layouts.site.popup_modal') @endif @endsection