@extends('layouts.dn') @section('page_title')
@lang('Server Info')
{{ $s->rootDSE()->entryuuid[0] ?? '' }}
@endsection @section('main-content')
@foreach ($s->rootDSE()->getAttributes() as $attribute => $ao) @endforeach
{!! ($x=$s->schema('attributetypes',$attribute)) ? sprintf('%s',$x->name_lc,url('schema/attributetypes',$x->name_lc),$x->name) : $attribute !!}
@endsection