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

Wine Gift Boxes

Luxury wine gifts for birthdays, weddings and corporate clients.

@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