@extends('front.layout') @section('content')
@if(count($produits)>0)
back
@include('front.produits.categorie')
@foreach($attributs as $attribut) @if(count($attribut->AttributOptions)>0) @if($attribut->type==2)

{{$attribut->translate($locale)->name}}

    @foreach($attribut->AttributOptions as $attributOption)
  • @endforeach
@else

{{$attribut->translate($locale)->name}}

@foreach($attribut->AttributOptions as $attributOption)
@endforeach
@endif @endif @endforeach
Filter
@include('front.produits.paginate')
@else
Aucun produit pour le moment.
@endif
@endsection