@extends('layouts.app') @section('title', $collection['name'] . ' — ' . config('app.name')) @section('description', strip_tags($collection['description'] ?? '')) @push('seo') {{-- Filtered / sorted / paged variants all consolidate onto the bare category URL; the noindex keeps the near-duplicate variants out of the index while still letting crawlers follow through to the products. --}} @if($listing->isRefined()) @endif @endpush @section('content') {{--