@extends('layouts.frontend') @section('content') @include('frontend.partials.inner-hero', [ 'title' => 'About Srimanta Sankaradeva Kalakshetra Society', 'eyebrow' => 'About Kalakshetra', 'summary' => 'A living cultural institution preserving the spiritual, artistic and social legacy of Assam.', 'image' => $heroImage, 'breadcrumbs' => ['About' => null, 'Kalakshetra Society' => null], ])
Kalakshetra campus
@include('frontend.partials.section-heading', [ 'align' => 'text-start', 'eyebrow' => 'Institutional Identity', 'title' => 'A Cultural Home for Assam and the Northeast', 'summary' => 'Srimanta Sankaradeva Kalakshetra Society was envisioned as an apex cultural institution dedicated to preserving, presenting and renewing the layered heritage of Assam.', ])

The Society brings together museums, performance venues, archives, research activity, living craft traditions and visitor experiences within a single cultural campus at Panjabari, Guwahati.

Named after Mahapurush Srimanta Sankaradeva, the institution reflects the inclusive spirit of neo-Vaishnavite humanism while celebrating the many communities that shape Assam's cultural identity.

@include('frontend.partials.section-heading', [ 'eyebrow' => 'Vision and Purpose', 'title' => 'Preserve, Promote and Propagate Living Heritage', 'summary' => 'The Society functions as a bridge between classical traditions, community memory and contemporary cultural education.', ])
@foreach ($purposeCards as $card) @include('frontend.partials.cards', ['item' => $card]) @endforeach
@foreach ($contentBlocks as $block)

{{ $block['title'] }}

{{ $block['text'] }}

@endforeach
@endsection