Description
{!! nl2br(e($product->description)) !!}
Features
@foreach($features as $feature)- {{ $feature }}
@endforeach
@if(count($specs))
Specifications
@foreach($specs as $spec)
{{ $spec['label'] ?? '' }}{{ $spec['value'] ?? '' }}
@endforeach
@endif