@extends('teamstore-layout.main') @section('content')

    @define $j = 0 @foreach($thumbnails_array as $thumbnail)
  • @define $j++ @endforeach

{{ $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

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

@endsection