@php $upcomingEvents = [ [ 'title' => 'All-Assam Bhaona Samaroh', 'date' => '24 Oct 2026', 'type' => 'Dance Drama', 'location' => 'Ranghar Bakori', 'image' => asset('images/Kalakshetra-Profile-1/namghar/IMG_0501-500kb.jpg'), 'description' => 'Traditional Bhaona presentation with music, narration and devotional theatre.', 'url' => url('/events-news/bhaona-samaroh-2025'), ], [ 'title' => 'Memorial Music Evening', 'date' => '05 Nov 2026', 'type' => 'Concert', 'location' => 'Open Air Theatre', 'image' => asset('images/Kalakshetra-Profile-1/Dr BK Kakoti Auditorium/DSC_8681-500kb.jpg'), 'description' => 'An evening of musical remembrance in Kalakshetra’s performance setting.', 'url' => url('/events-news/bhupen-hazarika-concert'), ], [ 'title' => 'Northeast Handloom Pavilion', 'date' => '12 Dec 2026', 'type' => 'Expo', 'location' => 'Artist Village', 'image' => asset('images/Kalakshetra-Profile-1/Artist_s-village/Artist Village 2-500kb.jpg'), 'description' => 'A cultural pavilion celebrating handloom, craft and community traditions.', 'url' => url('/events-news/handloom-pavilion'), ], ]; @endphp
Upcoming Events

Programmes Coming Up

View All Events east
@foreach ($upcomingEvents as $event)
{{ $event['title'] }}
{{ $event['date'] }} {{ $event['type'] }}

{{ $event['title'] }}

{{ $event['description'] }}

Venue: {{ $event['location'] }}

View Details east
@endforeach