@extends('frontend.layout.app') @section('content') All Products Home Products @foreach ($products as $product) {{$product->name}} Rs. {{$product->price}} {{$product->getCategory->name}} View Details @endforeach 1 2 @endsection
{{$product->getCategory->name}}