@props([ 'show' => false, 'mode' => 'add', // add, edit, category 'categories' => [], 'form' => [], 'errors' => [] ])
@if($mode === 'category') Create a new category to organize specifications @elseif($mode === 'edit') Modify the specification details @else Add a new specification to the selected category @endif
{{ $errors['newCategoryName'] }}
@endif{{ $errors['category'] }}
@endif{{ $errors['name'] }}
@endif{{ $errors['value'] }}
@endif