@if ($product->combinations->isNotEmpty()) @foreach ($product->combinations as $product_combination) @php $random_index = app('Str')->random(); @endphp @endforeach @else @endif
組合名稱 原料分類 原料 原料規格
@if ($loop->first) {{-- add --}} @else {{-- remove --}} @endif

@if ($material_specifications->isNotEmpty()) @foreach ($material_specifications->where('material_id', optional($product_combination->material)->id) as $spec)
id, $product_combination->material_specifications->pluck('id')->toArray()) ? 'checked' : '' }} >
@endforeach @endif