@extends('layouts.front') @section('content')

{{ $categoriematiere->description }}

@php $matieres = \App\Models\Matiere::where('categoriematiere_id', $categoriematiere->id) ->where('pub', 1) ->orderBy('ordre', 'desc') ->get(); @endphp @forelse($matieres as $matiere)
@if($matiere->photo) {{ $matiere->titre }} @else {{ $matiere->titre }} @endif
@if($matiere->description)

{{ Str::limit($matiere->description, 100) }}

@endif Devis en ligne
@empty

Aucun matériau disponible dans cette catégorie pour le moment.

@endforelse
faq
NOTRE FAQ

Guide des questions les plus Courantes

Mollis massa turpis, eu sodales sem maximus ut. Nullam condimentum eget arcu nec dapibus. Nullam tincidunt ex ut tempus malesuada.

Quels sont les avantages d'Eco-granit.com ?

Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the

Comment obtenir un devis ?

Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the

Comment effectuer le règlement ?

Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the

testimonials
Témoignages

Avis de nos clients sur nos services

Nos partenaires

Nos partenaires
depuis 20 ans

@endsection