Thuộc tính

{{-- {{ $product->id }} --}} @if ($showCreateModal) @endif @if ($confirmingAttributeDeletion) @endif
@if (!empty($product)) @foreach($product->attributes as $attribute)
{{ $attribute->name }}
@livewire('tenant.backend.commerce.attribute-option-manager', ['attribute' => $attribute])
@endforeach @endif