{{ $role->rolle_name }}
@if(!$role->rolle_aktiv)
(inaktiv)
@endif
@if($role->stabsstelle)
(Stabsstelle)
@endif
@if($role->children->count())
@foreach($role->children as $child)
@include('livewire.partials.role-node', ['role' => $child])
@endforeach
@endif