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

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

Official Team Store
@endif

FEATURED PRODUCTS

@if ($announcement->IsActive)

Announcement:

{!! 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 == 184 || $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. Please allow 2-3 weeks for delivery.
2. We are currently only shipping to US locations. For international orders, please contact orders@crewsportswear.com if you'd like to place an order.
3. DHL, UPS & USPS shipping delays due to COVID-19.
@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