@extends('frontend.master') @section('home')
@forelse($category->products as $product) @empty

No products available under this category.

@endforelse
@endsection