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

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

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

@include('teamstore-sublayouts.forms.'.$product_array[0]->ProductForm) @if($product_array[0]->ProductPrice > 0) @endif

Description

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

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

@endsection