@php $item = $product ?? null; $selectedTags = collect(old('tag_ids', $item?->tags?->pluck('id')->all() ?? []))->map(fn ($id) => (int) $id)->all(); @endphp
Discovery tags
@forelse($tags as $tag)@empty Create tags in Taxonomy first. @endforelse
@if($errors->any())
{{ $errors->first() }}
@endif
Cancel