@php $item = $product ?? null; $selectedTags = collect(old('tag_ids', $item?->tags?->pluck('id')->all() ?? []))->map(fn ($id) => (int) $id)->all(); @endphp