Product Attribute List

Product Attribute List

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