@foreach($o->tagValuesOld($langtag) as $key => $value) @if($edit)
($e=$errors->get($o->name_lc.'.'.$loop->index)),'mb-1','border-focus'=>! $o->tagValuesOld($langtag)->contains($value)]) name="{{ $o->name_lc }}[{{ $langtag }}][]" value="{{ md5($value) }}" @readonly(true)>
@if($e) {{ join('|',$e) }} @endif
@else {{ $o->render_item_old($langtag.'.'.$key) }} @endif @endforeach
@if($edit)
@endif