@extends('layouts.app') @section('js') @endsection @section('css') @endsection @section('content') {{$cat->title}} Discover our traditional product {!!$cat->body!!} Our Products Discover our traditional product All @foreach (helper::CatGallery($cat->id) as $subcat) {{$subcat->title}} @endforeach @php $allProd =[]; @endphp @foreach (helper::CatGallery($cat->id) as $categorie) @foreach (helper::OneProduct($categorie->id) as $prod) @php $allProd[]= $prod; @endphp @endforeach @endforeach @foreach ($allProd as $item) @isset($item) @php $prod=helper::OneProduct($categorie->id); @endphp @isset(helper::prod_img_default($item->id)->img) @endisset {{$item->title}} Détail produit @endisset @endforeach @endsection
{!!$cat->body!!}
Détail produit