{{ $structure->unit_name }}
@if($structure->position_title && $structure->person_name)
{{ $structure->position_title }}
{{ $structure->person_name }}
@endif
@if($structure->parent)
{{ $structure->parent->unit_name }}
@endif
@if($structure->children->count() > 0)
{{ $structure->children->count() }} Unit
@endif