@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')

{{ __('storefront.shop.all_products') }}

{{-- Same reloadable listing body as the category page; sort/filter/page navigate this frame and advance the URL. --}} @include('shop.partials.listing')
@endsection