@extends('layouts.app') @section('title', 'Attributes') @section('breadcrumb')
Variation attributes (Color, Size, RAM ইত্যাদি) ও তাদের values manage করুন
| Attribute Name | Values | Sort | Status | Actions |
|---|---|---|---|---|
| {{ $attribute->name }} | @forelse($attribute->values->take(8) as $val) {{ $val->value }} @empty কোনো value যোগ করা হয়নি @endforelse @if($attribute->values->count() > 8) +{{ $attribute->values->count() - 8 }} more @endif | {{ $attribute->sort_order }} | {{ $attribute->is_active ? 'Active' : 'Inactive' }} | |
| কোনো attribute পাওয়া যায়নি। | ||||