@includeIf('product::product.form_price')
{{--
--}}
{{--
--}} {{--

กำหนด สี อย่างเพื่อกำหนดคลังสินค้า

@if (!empty($product_items['data'])) @foreach ($product_items['data'] as $k => $product_item) @endforeach @endif
สี ขนาด SKU Barcode จำนวนสินค้า น้ำหนัก(กก.) ความยาว (ซม.) ความกว้าง (ซม.) สูง (ซม.)
{!! !empty($product_item->color) ? json_decode($product_item->color, true)['name'] . ' ' : '-' !!} {{ !empty($product_item->size) ? json_decode($product_item->size, true)['name'] : '-' }}
--}}