@if(Enum::match('SetType.Single', $product->set_type) &&
!Enum::match('ProductType.Parts', $product->product_type))
| 商品 |
構成数 |
@foreach($partComponent ?? [] as $row)
| @isset($row['product_name']) {{$row['product_name']}} @endif |
{{num_format($row['quantity'])}} |
@endforeach
@else
商品パーツ構成の対象商品ではありません。
@endif