| Sr. No. | Attribute Set | Associated Category | Action | ||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $k + 1 + ($CategoryAttributeSet->currentPage() - 1) * $CategoryAttributeSet->perPage() }} | @if (!empty($atr_set->title)) {{ $atr_set->title }} @else N/A @endif |
@if (!empty($atr_set->linked_categories_details))
@php
$sortedCategories = collect($atr_set->linked_categories_details)->sortBy('id');
$categoryCount = count($sortedCategories); // Count the number of categories
@endphp
Add More
@foreach ($sortedCategories as $index => $linked_category)
@if ($categoryCount > 2)
|
|||||||