@foreach(Arr::get(old($o->name_lc,[$langtag=>($new ?? FALSE) ? [NULL] : $o->tagValues($langtag)]),$langtag) as $key => $value)
@if($edit)
@else
{{ $o->render_item_old($langtag.'.'.$key) }}
@if ($o->isStructural($value))
@lang('structural')
@endif
@endif
@endforeach