@foreach (old($o->name_lc,$o->values) as $value) @if ($edit && ! $o->is_structural) @else {{ $value }}@if ($o->is_structural)@lang('structural')@endif
@endif @endforeach
@if($o->is_rdn) @lang('Rename') @elseif($edit && $o->can_addvalues)
@lang('Add Value')
@endif