@if(!empty($product->diameter))
直徑:{{ $product->diameter }}
@endif
@if(!empty($product->length))
長度:{{ $product->length }}
@endif
@if(!empty($product->high))
高度:{{ $product->high }}
@endif
@if(!empty($product->cuff))
cuff:{{ $product->cuff }}
@endif
@if(!empty($product->angle))
angle:{{ $product->angle }}°
@endif
@if(!empty($product->type))
type:{{ $product->type }}
@endif
@if(!empty($product->post_h))
PostH:{{ $product->post_h }}
@endif