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

@forelse ($products as $product)
@csrf
{{ $product->image }}

angled

{{$product['product_name']}}

產品ID:{{$product['product_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
@empty

無搜尋到任何產品

@endforelse @if(session('message')) @endif