@props([ "item", "selected" ]) @php $is_default = $item->stocks->count() === 1 && $item->stocks[0]->name === "Default"; $default_stock = $is_default ? $item->stocks[0] : null; $default_ref = $is_default ? $item->stocks[0]->ref : null; $old_stock_id = old("items.{$item->id}.stock_id"); @endphp
@once @endonce