@extends('layouts.dn') @section('page_title')
{!! $x ?: sprintf('
',$o->icon() ?? "fas fa-info") !!}
{{ $dn }}
Created {{ ($x=Arr::get($o->getAttributes(),'createtimestamp')) ? $x : __('Unknown') }} [{{ ($x=Arr::get($o->getAttributes(),'creatorsname')) ? $x : __('Unknown') }}]
Modified {{ ($x=Arr::get($o->getAttributes(),'modifytimestamp')) ? $x : __('Unknown') }} [{{ ($x=Arr::get($o->getAttributes(),'modifiersname')) ? $x : __('Unknown') }}]
UUID {{ $o->entryuuid[0] ?? '' }}
@endsection @section('main-content')
@foreach ($o->getVisibleAttributes() as $ao) @endforeach
{{ $ao->name }} @foreach($ao->hints as $name => $description) @if ($loop->index),@endif {{ $name }} @endforeach
{!! $ao->deletable() !!}
@if ($ao->can_addvalues) {{ __('Add Value') }} @endif
{{--
--}}
@foreach ($o->getInternalAttributes() as $ao) @endforeach
{{ $ao->name }}
{!! $ao !!}
@dump($o)
@dump($o->getAttributes())
{{--
--}}
@endsection