@extends('architect::layouts.dn') @section('htmlheader_title') Home @endsection @section('page_title') {{ $dn }} @endsection @section('page_subtitle') {{ $leaf->entryuuid[0] }} @endsection @section('page_icon') fas fa-cog @endsection @section('main-content') @foreach ($leaf->getAttributes() as $attribute => $value) @endforeach
@dump($leaf->getOriginal(),$leaf->countAttributes())
{{ $attribute }} {!! is_array($value) ? join('
',$value) : $value !!}
@endsection