@props([ 'category' => '', 'specs' => [], 'categoryIndex' => 0, 'canDelete' => true ])

({{ is_array($specs) ? count($specs) : 0 }})

@if($canDelete) @endif
@if(is_array($specs) && count($specs) > 0) @php $specIndex = 0; @endphp @foreach($specs as $specKey => $specValue) @endforeach @else

No specifications in this category

@endif