{{ __('業務 儀表板') }}詢價清單

@if ($products->isNotEmpty()) @foreach ($products as $product)
{{ $product->image }}

{{ $product['brand_category'] }}/ {{ $product['series_category'] }}/ {{ $product['product_categories'] }}/ {{ $product['system_category'] }}

產品ID:{{ $product['product_id'] }}

產品名稱:{{ $product['product_name'] }}

規格:
@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
@csrf
@csrf
@endforeach @else

詢價車內沒有商品。

@endif
@csrf @if ($products->isNotEmpty()) @foreach ($products as $product) @endforeach @endif @if ($products->isNotEmpty()) @endif

商品總數量: @if ($products->isNotEmpty()) {{ $products->sum('quantity') }} @else 0 @endif

@csrf @if ($products->isNotEmpty()) @foreach ($products as $product) @endforeach @endif @if ($products->isNotEmpty())

出貨模式

是否寄出出貨單?

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