@extends('teamstore-layout.main') @section('content') @if ($store_array[0]->IsHibernated) @endif
@if($store_array[0]->StoreBanner == null)

{{ $store_array[0]->StoreName }}

Official Team Store
@endif

FEATURED PRODUCTS

@if ($announcement->IsActive)

Shop Announcements:

{!! nl2br(e($announcement->Announcement)) !!}
@endif @if($store_array[0]->Id == 174 || $store_array[0]->Id == 175 || $store_array[0]->Id == 178 || $store_array[0]->Id == 179 || $store_array[0]->Id == 177 || $store_array[0]->Id == 189 || $store_array[0]->Id == 176 || $store_array[0]->Id == 190 || $store_array[0]->Id == 191 || $store_array[0]->Id == 192 || $store_array[0]->Id == 194)

Please read:

1. All orders will be batch shipped to your school for pick up.
2. Orders will be batch processed on a weekly basis, please allow 2-3 weeks for delivery.
3. Masks and gaiters sold on Crew are not intended for medical use. Crew does not make any medical or health claims.
4. Refunds and exchanges are not allowed due to the hygenic nature of the product.
@if($store_array[0]->Id == 175) 5. $1 from every item sold will benefit the 2020-2021 Maine South Schoolwide Fundraiser. @endif
@else

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.
@if($store_array[0]->Id == 222) 3. Orders will be batch processed on a monthly basis, please allow 4-6 weeks for delivery.
@else 3. Orders will be batch processed on a weekly basis, please allow 2-3 weeks for delivery.
@endif 4. We are currently only shipping to US locations. For international orders, please contact orders@crewsportswear.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 Crew Sportswear are not intended for medical use. Crew Sportswear does not make any medical or health claims.
@endif @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 }}


{{ $product->ProductPrice }} {{ $store_array[0]->StoreCurrency }}

@endif @endforeach
@endsection