-
@if($product->description)
-
{{__('Description')}}
{!! $product->description !!}
@endif
@if($product->features->count() > 0)
-
{{__('Features')}}
@foreach($product->features as $tag)@endforeach{{$tag->name}}
@endif
@if($product->specs)
-
{{__('Specifications')}}
@foreach($product->specs as $spec)- {{$spec->key}}
- {{$spec->value}}
@endif
{{__('tags')}}:
@foreach($product->tags as $tag)
{{$tag->name}}
@endforeach
{{__('Related Products')}}
@foreach($related as $item)
@endforeach