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

{{ $product_array[0]->ProductName }}

{{ $store_array[0]->StoreCurrency }}
{{ $product_array[0]->ProductPrice }}
@include( 'teamstore-sublayouts.forms.' . $product_array[0]->ProductForm ) @if ($product_array[0]->ProductPrice > 0) {{-- @if ($available_qty !== null) --}} @if ($available_qty > 0 || $available_qty === null)
@endif {{-- @endif --}} @endif

{{ $product_array[0]->ProductDescription }}

From the same Store

{{--

...

--}} @foreach ($store_products as $product) @endforeach
@endsection