@php($supplier=count($product->suppliers)>0 ? $product->suppliers[0] : null)
場所 手持数量 注文済数量 確保済数量 使用可能数量
@if($product->set_type == Enum::value('SetType.Set'))
@endif @if( $product->set_type==Enum::value('SetType.Single') && $product->product_type!=Enum::value('ProductType.Parts'))
@endif @if($product->product_type==Enum::value('ProductType.Parts'))
@foreach($parentPartComponent as $row) @php($url = route('products.modal', ['product'=>$row->id])) @endforeach
商品
{{$row->product_name}}
@endif