@extends('frontEnd.masterNew') @section('title', 'Product Page') @section('body') Latest news Find our all product here @foreach($categories as $category) {{$category->name}} @foreach($category->subCategory as $subCategory) {{$subCategory->name}} > @endforeach @endforeach @foreach($products as $product) {{$product->subCategory->name}} {{$product->name}} @endforeach @endsection