@extends('layouts.dn') @section('page_title')
{!! $x ?: sprintf('
',$o->icon() ?? "fas fa-info") !!}
{{ $dn }}
{{ $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
@dump($ao)
@endsection