@extends('merchbay_main') @section('main-content') @if ($store_array[0]->IsHibernated) @endif
{{$store_array[0]->StoreName}}

Please read:

  1. Items purchased are made on demand. Orders will be shipped based on dates set by your store administrator.
  2. Store payments are processed through PayPal. A PayPal account is not required to make a purchase.
  3. Orders will be batch processed on a weekly basis, please allow 2-3 weeks for delivery.
  4. We are currently only shipping to US locations. For international orders, please contact orders@merchbay.com if you'd like to place an order.
  5. Expect shipping delays due to COVID-19.
  6. All sales are final. No returns or exchanges will be accepted.

Disclaimer

Masks and gaiters sold by Merchbay are not intended for medical use. Merchbay does not make any medical or health claims.

Catalog

@foreach($product_array as $i => $product) @if($product->PrivacyStatus == "public") @foreach($thumbnails as $t => $thumb) @if($thumb['product_id'] == $product->Id) @define $storeFolder = $thumb['folder'] @define $filename = $thumb['thumb'] @endif @endforeach
{{ $product->ProductName }}
{{ $product->ProductName }}
{{ $store_array[0]->StoreCurrency }} {{ $product->ProductPrice }}
@endif @endforeach {{--
--}}
@endsection