@extends('layouts.dn') @section('page_title') @include('fragment.dn.header',['o'=>($o ?? $o=$server->fetch($dn))]) @endsection @section('page_actions')
@if(($x=$o->getOtherTags())->count())
This entry has [{!! $x->flatten()->join(', ') !!}] tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA. You can though manage those tags with an LDIF import.
@elseif(($x=$o->getLangMultiTags())->count())
This entry has multi-language tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA. You can though manage those lang tags with an LDIF import.
@elseif(($x=$o->getLangTags())->count())
This entry has language tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA yet. You can though manage those lang tags with an LDIF import.
@endif
@endsection @section('main-content')
@csrf @foreach ($o->getVisibleAttributes() as $ao) @endforeach @include('fragment.dn.add_attr')
@foreach ($o->getInternalAttributes() as $ao) @endforeach
@dump($o)
@dump($o->getAttributes())
@dump(['available'=>$o->getAvailableAttributes()->pluck('name'),'missing'=>$o->getMissingAttributes()->pluck('name')])
@endsection @section('page-modals') @if($up=$o->getObject('userpassword')) @endif @endsection @section('page-scripts') @append