@extends('layouts.app') @section('title', $collection['name'] . ' — ' . config('app.name')) @section('description', strip_tags($collection['description'] ?? '')) @section('content')
--}}
{{ trans_choice('storefront.shop.showing_results', $products->total(), [ 'first' => $products->firstItem() ?? 0, 'last' => $products->lastItem() ?? 0, 'total' => $products->total(), ]) }}
{{-- Dummy — not wired to real sorting yet. Options carry data-action for a future `category` Stimulus controller; no-op until that controller exists and a [data-controller="category"] wraps this. --}}{{ __('storefront.shop.no_products') }}
@else