@extends('layouts.webLayoutMaster') @section('meta') @endsection @section('canonical') @endsection @section('title') - Italian Wines @endsection {{-- @include('content.website.components.search') --}} @section('content')

Italian Wines

Discover fine Italian wines from Tuscany, Piedmont, Veneto and Sicily.

@include('content.website.components.product-filters')
@include('content.website.components.listing-sort')
@foreach ($products as $product) @include('content.website.components.product-card', [ 'product' => $product, 'newProduct' => $newProduct ?? null, ]) @endforeach
@if (method_exists($products, 'links'))
{{ $products->links() }}
@endif
@endsection @section('js') @include('content.website.components.listing-js') @endsection