@extends('layouts.app') @section('title', 'Workshops') @section('meta_description', 'Join Auromon Chakrabarti\'s transformative healing workshops – online and in-person in South Delhi. Chakra healing, meditation, emotional wellness and more.') @section('content')

Workshops

Transformative group healing experiences

Upcoming Workshops

@if($upcoming->count())
@foreach($upcoming as $w)
@if($w->image) {{ $w->title }} @else
@endif
{{ $w->is_online ? 'Online' : 'In-Person' }} @if($w->price == 0) Free @endif
{{ $w->title }}

{{ $w->short_description }}

    @if($w->workshop_date)
  • {{ $w->workshop_date->format('D, d M Y') }}
  • {{ $w->workshop_date->format('h:i A') }}
  • @endif @if($w->duration)
  • {{ $w->duration }}
  • @endif @if($w->venue)
  • {{ $w->venue }}
  • @endif @if($w->seats_available)
  • {{ $w->seats_available }} seats available
  • @endif
@if($w->price > 0)

₹{{ number_format($w->price) }}

@endif
@if(session('success'))
{{ session('success') }}
@endif
@csrf
@endforeach
@else
@php $demoWorkshops = [ ['title'=>'Chakra Awakening & Balancing Workshop','type'=>'Online','price'=>'₹2,500','date'=>'Every 2nd Saturday','time'=>'11 AM – 1 PM','duration'=>'2 Hours','seats'=>15, 'desc'=>'A deep-dive into the 7 chakra system. Learn to identify blockages, balance your energy centres through guided meditation, breathwork and healing visualisations.'], ['title'=>'Emotional Freedom – Release & Heal','type'=>'Online','price'=>'₹1,800','date'=>'Every Sunday','time'=>'5 PM – 7 PM','duration'=>'2 Hours','seats'=>12, 'desc'=>'A compassionate group healing journey to identify, express and release trapped emotions — including grief, fear, anger and shame — and return to your natural state of peace.'], ['title'=>'Inner Child Healing Intensive','type'=>'In-Person – Anand Niketan','price'=>'₹4,500','date'=>'Last Saturday of Month','time'=>'10 AM – 4 PM','duration'=>'6 Hours','seats'=>8, 'desc'=>'A full-day immersive workshop to heal the wounded inner child. Includes guided regression, journaling, art therapy and group sharing. Limited to 8 participants for depth of work.'], ['title'=>'Meditation for Modern Life','type'=>'Online','price'=>'Free','date'=>'Every Wednesday','time'=>'7:30 PM – 8:30 PM','duration'=>'1 Hour','seats'=>25, 'desc'=>'A free weekly online meditation session for beginners and experienced practitioners. Each week focuses on a different technique — breath, body scan, loving-kindness, visualisation.'], ]; @endphp @foreach($demoWorkshops as $i => $w)
{{ $w['type'] }} @if($w['price'] === 'Free') Free @endif
{{ $w['title'] }}

{{ $w['desc'] }}

  • {{ $w['date'] }}
  • {{ $w['time'] }}
  • {{ $w['duration'] }}
  • {{ $w['seats'] }} seats available
@if($w['price'] !== 'Free')

{{ $w['price'] }}

@endif
@endforeach
@endif
@if(isset($past) && $past->count())

Past Workshops

@foreach($past as $w)
Completed
{{ $w->title }}

{{ $w->workshop_date->format('d M Y') }}

@endforeach
@endif

Corporate & Group Workshops

Looking for a customised healing or wellness workshop for your organisation, school or community group? Taanya offers tailored programs for stress management, emotional intelligence, team cohesion and more.

Enquire About Custom Workshops
@endsection