@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') @if(session()->has('note'))

Note:


{{ session()->pull('note') }}

@endif @if(session()->has('success'))

Success!


{{ session()->pull('success') }}

@endif @if($errors->any())

Error?


@endif
@csrf
@foreach ($o->getVisibleAttributes() as $ao) @endforeach
{{ $ao->name }} @foreach($ao->hints as $name => $description) @if ($loop->index),@endif {{ $name }} @endforeach
{{ __('Reset') }} {{ __('Update') }}
@foreach ($o->getInternalAttributes() as $ao) @endforeach
{{ $ao->name }}
@dump($o)
@dump($o->getAttributes())
@endsection @section('page-scripts') @append