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