@foreach (old($o->name_lc,$o->values) as $value) @if ($edit && ($value === NULL || (! $o->isStructural($value))))
@if($e) {{ join('|',$e) }} @endif
@else {{ $value }} @if ($o->isStructural($value)) @lang('structural') @endif
@endif @endforeach
@include('components.attribute.widget.options')