@foreach (old($o->name_lc,$o->values) as $value) @if ($edit && ($value === NULL || (! $o->isStructural($value)))) @else {{ $value }} @if ($o->isStructural($value)) @lang('structural') @endif
@endif @endforeach