@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)
@endif

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

From the same Store

{{--

...

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