@extends('layouts.app') @section('title', 'Products') @section('content')
{{ Str::limit($activeCategory->meta_description, 120) }}
@endif{{ Str::limit($activeCategory->meta_description, 120) }}
@endifShowing {{ $products->firstItem() }}-{{ $products->lastItem() }} of {{ $products->total() }} products
@if(request('category')) @php($cat = $categories->firstWhere('id', request('category'))) {{ $cat?->name ?? '' }} × @endif