@php $leaders = [ [ 'name' => 'Secretary, Srimanta Sankaradeva Kalakshetra Society', 'designation' => 'Institutional Message', 'message' => 'Kalakshetra continues to serve as a living cultural space where research, performance, museums and public learning come together for the people of Assam and visitors from across the world.', 'image' => asset('images/Kalakshetra-Profile-1/Kalakshetra Gate/IMG_1156-400kb.jpg'), 'url' => url('/about/organisation'), ], [ 'name' => 'Director, Cultural Programmes', 'designation' => 'Programme Message', 'message' => 'Our focus is to present the creative energy of Srimanta Sankaradeva and the many cultural communities of Assam through exhibitions, festivals, publications and campus experiences.', 'image' => asset('images/Kalakshetra-Profile-1/Dr BK Kakoti Auditorium/DSC_8681-500kb.jpg'), 'url' => url('/about/organisation'), ], ]; @endphp
@include('frontend.partials.section-heading', [ 'eyebrow' => 'Leadership Messages', 'title' => 'Guiding Kalakshetra Forward', 'summary' => 'Guidance from the people shaping Kalakshetra as a living cultural institution.', ])
@foreach ($leaders as $leader)
{{ $leader['name'] }}
{{ $leader['designation'] }}

{{ $leader['name'] }}

{{ $leader['message'] }}

Read More east
@endforeach