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