@extends('layouts.frontend') @section('content') @include('frontend.partials.inner-hero', [ 'title' => 'Organisation', 'eyebrow' => 'Kalakshetra Society', 'summary' => 'Administrative and cultural stewardship for a public heritage institution.', 'image' => $heroImage, 'breadcrumbs' => ['About' => null, 'Organisation' => null], ])
@include('frontend.partials.section-heading', [ 'eyebrow' => 'Governance', 'title' => 'A Society-Led Cultural Institution', 'summary' => 'The Society brings together leadership, committees and operational teams for cultural stewardship.', ])
@foreach ($leaders as $leader)
account_balance

{{ $leader['role'] }}

{{ $leader['name'] }}

@endforeach

Administrative Structure

@foreach ($departments as $department)
Division

{{ $department['title'] }}

{{ $department['text'] }}

@endforeach
@endsection