@extends('layouts.app') @section('title', __('storefront.shop.all_products') . ' — ' . config('app.name')) @push('seo') {{-- The bare listing is indexable; filtered / sorted / paged variants consolidate onto it and are kept out of the index. --}} @if($listing->isRefined()) @endif @endpush @section('content') {{--