@foreach($o->langtags as $langtag)
$loop->index === 0]) id="langtag-{{ $o->name_lc }}-{{ $langtag }}" role="tabpanel">
@foreach(Arr::get(old($o->name_lc,[$langtag=>$new ? [NULL] : $o->tagValues($langtag)]),$langtag,[]) as $key => $value)
@endforeach
@endforeach
@if($edit && (! $o->is_rdn))
It is not possible to create new language tags at the moment. This functionality should come soon.
You can create them with an LDIF import though.
@endif