Ürün Özellikleri

{{-- Filtreler --}}
{{-- Tablo --}}
@forelse($productAttributes as $attribute) @empty @endforelse
Özellik Adı Grubu Tipi Birimi Özellikler Sıralama Durum İşlemler
{{ $attribute->name }}
{{ $attribute->slug }}
@if($attribute->group) {{ $attribute->group->name }} @else Grup Yok @endif @switch($attribute->type) @case('text') Metin (text) @break @case('number') Sayı (number) @break @case('boolean') Mantıksal (boolean) @break @case('select') Seçim (select) @break @endswitch {{ $attribute->unit ?: '—' }} @if($attribute->is_filterable) Filtre @endif @if($attribute->is_comparable) Kıyas @endif @if($attribute->is_visible) Görünür @endif {{ $attribute->sort_order }} @if($attribute->is_active) Aktif @else Pasif @endif
Ürün özelliği bulunamadı.
{{-- Sayfalama --}} {{ $productAttributes->links('vendor.pagination.bootstrap-5') }}