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

@if ($products->isNotEmpty())
@foreach ($products as $product) @endforeach
產品 ID 數量 操作
{{ $product->product_id }}
@csrf
@csrf
@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