@extends('user.user_dashboard') @section('home') Category Products Dashboard {{ $category->category_name }} @forelse($category->products as $product) {{-- {{ $product->product_name }} --}} @empty No products available under this category. @endforelse
No products available under this category.