@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) @if($edit && (! $o->is_rdn))
($e=$errors->get($o->name_lc.'.'.$langtag.'.'.$loop->index)),'mb-1','border-focus'=>! ($tv=$o->tagValuesOld($langtag))->contains($value),'bg-success-subtle'=>$updated]) name="{{ $o->name_lc }}[{{ $langtag }}][]" value="{{ $value }}" placeholder="{{ ! is_null($x=$tv->get($loop->index)) ? $x : '['.__('NEW').']' }}" @readonly(! $new) @disabled($o->isDynamic())>
@if($e) {{ join('|',$e) }} @endif
@else $updated]) value="{{ $value }}" disabled> @endif @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