@foreach ($product_categories as $product_category)
id }} @foreach ($product_category_ids as $product_category_id) @if ($product_category_id === $product_category->id) checked @endif @endforeach >
@if (!empty($product_category->children)) @include('livewire.tenant.backend.commerce.update-product-category-select', ['product_categories' => $product_category->children]) @endif
@endforeach