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