@if(empty($rotate))
From Top: {{ !empty($product->top) ? $product->top.'px' : ''}}
From Bottom: {{ !empty($product->bottom) ? $product->bottom.'px' : ''}}
@else
From Top: {{ !empty($product->top_flipped) ? $product->top_flipped.'px' : ''}}
From Bottom: {{ !empty($product->bottom_flipped) ? $product->bottom_flipped.'px' : ''}}
@endif
@if($product->unit_type_id != 3)
@if(empty($rotate))
@if(!empty($product->top))
@endif
@if(!empty($product->bottom))
@endif
@else
@if(!empty($product->top_flipped))
@endif
@if(!empty($product->bottom_flipped))
@endif
@endif
@endif