@extends('frontend.shop.product-master') @section('title','Shop') @section('banner')

The Marketplace

{{ $category_name ?? "" }}

@endsection @section('products-content') @if(!$products->isEmpty())
@foreach($products as $product) @endforeach @else

No products were found matching your selection.

Back to shop
@endif @endsection