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

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

Official Team Store
@endif

FEATURED PRODUCTS

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.
@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