{{ trans('front::messages.products.general-specifications') }}
{!! $product->description !!}
{{ trans('front::messages.products.technical-specifications') }}
{{ $group->name }}
-
@foreach($product->specifications()->where('specification_group_id', $group->id)->get() as $specification)
-
{{ $specification->name }}{!! nl2br(htmlentities($specification->pivot->value)) !!}
@endforeach