type == 'variation') [hidden]="sid != '0'" @endif>{{ $data['product']->name }}
@foreach($data['sub_products'] as $sub_product)iteration }}">{{ $sub_product->name }}
@endforeach{!! nl2br(strip_tags($data['product']->short_description)) !!}
@endif {{-- {!! \App\Models\Product::printAddtionalInformation($data['product']->additional_information) !!} --}}SKU: {{ $sub_product->sku }}
{{-- {!! \App\Models\Product::printStockInformation($data['product']) !!} --}} {{-- {!! $stock_info['message'] !!} --}} @if(trim($sub_product->short_description) != null){!! nl2br(strip_tags($sub_product->short_description)) !!}
@endif {{-- {!! \App\Models\Product::printAddtionalInformation($sub_product->additional_information) !!} --}}Product Review
{{ count($data['reviews']) }} REVIEW FOR {{ strtoupper($data['product']->name) }}
@foreach($data['reviews'] as $review)
|
{{ $video->title }} |
{{ $review->name }} - {{ date('M d, Y', strtotime($review->created_at)) }}
{{ $review->comments }}