@foreach(old($o->name_lc,($new ?? FALSE) ? [NULL] : $o->values) as $value) @if (($edit ?? FALSE) && ! $o->is_rdn)
($e=$errors->get($o->name_lc.'.'.$loop->index)),'mb-1','border-focus'=>($o->values->contains($value))]) name="{{ $o->name_lc }}[]" value="{{ $value }}" placeholder="{{ ! is_null($x=Arr::get($o->values,$loop->index)) ? $x : '['.__('NEW').']' }}" @readonly(! ($new ?? FALSE))>
@if($e) {{ join('|',$e) }} @endif
@else {{ $value }} @endif @endforeach