@extends('layouts.admin') @section('page-title', 'Attribute Values') @section('content')
You have total {{ $attributeValues->total() }} Attributes
| # | Attribute | Values | Options |
|---|---|---|---|
| {{ $attributeValues->firstItem() + $index }} | {{ $value->attribute?->title ?? '-' }} | {{ $value->value }} | |
|
No values yet Add values using the form on the right |
|||