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