Product Attribute List

Product Attribute List

@if($attribute == "" && $attribute->isEmpty()) @else @foreach($attribute as $key => $item) @endforeach @endif
ID Attribute Value Action
No data found.
{{ $key + 1 }} {{ ucwords($item->attribute->name ?? '')}} {{ ucwords($item->value ?? '')}}
@include('admin.layouts.footer')