@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) {{ __('Rename') }} @elseif($edit && $o->can_addvalues)
{{ __('Add Value') }}
@endif