@extends('layouts.dn') @section('page_title') @include('fragment.dn.header',['o'=>($o ?? $o=$server->fetch($dn))]) @endsection @section('page_actions')
@endsection @section('page_status') @if(($x=$o->getOtherTags()->filter(fn($item)=>$item->diff(['binary'])->count()))->count())
This entry has [{!! $x->flatten()->join(', ') !!}] tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA. You can though manage those tags with an LDIF import.
@elseif(($x=$o->getLangMultiTags())->count())
This entry has multi-language tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA. You can though manage those lang tags with an LDIF import.
@endif @endsection @section('main-content')
@foreach($o->templates as $template => $name) @switch($template) @case('default')
$loop->index === 0]) id="template-{{$template}}" role="tabpanel">
@csrf
@php($up=(session()->pull('updated') ?: collect())) @foreach($o->getVisibleAttributes() as $ao) @endforeach @include('fragment.dn.add_attr')
@break @default
$loop->index === 0]) id="template-{{$template}}" role="tabpanel">

{{$name}}

@endswitch @endforeach
@foreach($o->getInternalAttributes() as $ao) @endforeach
@endsection @section('page-modals') @endsection @section('page-scripts') @append