@extends('layouts.front_client')
@section('title')
AMDIEX - Espace Client
@endsection
@section('css')
@endsection
@section('content')
Catalogue Produits
+ Ajouter
@foreach ($catProducts as $catProduct)
Warning: Undefined variable $catProduct in /home/trombino/public_html/africa.trombino.org/resources/views/front_client/products.blade.php on line 12
Warning: Attempt to read property "entity" on null in /home/trombino/public_html/africa.trombino.org/resources/views/front_client/products.blade.php on line 12
|
{{$product->libelle}} |
Description : {{$product->description}}
|
@endforeach
@endsection
@section('js')
@endsection