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

    @define $j = 0 @foreach($thumbnails_array as $thumbnail)
  • @define $j++ @endforeach
@include('teamstore-sublayouts.forms.'.$product_array[0]->ProductForm)
@endsection