@extends('layouts.dn') @section('page_title') {{ $dn }} @endsection @section('page_subtitle') {{ $leaf->entryuuid[0] ?? '' }} @endsection @section('page_icon') {{ $leaf->icon() ?? 'fas fa-info' }} @endsection @section('main-content')
@foreach ($attributes as $attribute => $value) @endforeach
{{ $attribute }} {!! is_array($value) ? join('
',$value) : $value !!}
@endsection