@extends('layouts/layoutMaster') @section('title', 'Organization Hierarchy') @section('content')

📚 Organization Hierarchy

@if (!empty($hierarchy))
@foreach ($hierarchy as $node) @include('tenant.organisation-hierarchy.partials.node', ['node' => $node]) @endforeach
@else

No hierarchy data available.

@endif
@endsection @section('page-script') @endsection @section('page-style') @endsection