{{ $category->name }}
@if($products->count() > 0) @elseNo products in this category.
@endif
inventory_2
@endforelse
No products available at the moment.
@extends('digitalmenu::layouts.public') @section('title', ($shop->name ?? 'Shop') . ' - Catalog') @section('header-right') @endsection @section('sub-header')
@if($categories->count() > 0) @endif @endsection @section('content')No products in this category.
@endifNo products available at the moment.