{{ __('儀表板') }}{{$brand_category}}/{{$series_category}}/{{$product_categories}}/{{$system_category}} 規格選擇

@forelse ($products as $product) @empty @endforelse
規格 產品 ID 下單選擇
@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 @if(!empty($product->thirdCategory))
Third category:{{ $product->thirdCategory }}
@endif @if(empty($product->diameter) && empty($product->length) && empty($product->high) && empty($product->cuff) && empty($product->angle) && empty($product->type) && empty($product->post_h) && empty($product->thirdCategory))
無規格
@endif
{{ $product['product_id'] }}
@csrf
無搜尋到任何產品
@if(session('message')) @endif