From c794fda07435e2ed81cc603ee9c9580143daee79 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Wed, 27 May 2026 21:43:10 +0300 Subject: [PATCH] number demo section titles --- backend/database/seeders/ElementSeeder.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/database/seeders/ElementSeeder.php b/backend/database/seeders/ElementSeeder.php index 5fe7ec9..9c8935d 100644 --- a/backend/database/seeders/ElementSeeder.php +++ b/backend/database/seeders/ElementSeeder.php @@ -27,7 +27,7 @@ class ElementSeeder extends Seeder $baderechChildElements = [ [ - 'title' => 'Introduction', + 'title' => '1. Introduction', 'description' => 'Your beliefs influence your thinking, ' . 'and your thinking drives your choices. When you ' . 'nurture healthy beliefs - about yourself, about ' @@ -36,7 +36,7 @@ class ElementSeeder extends Seeder . 'and hope.', ], [ - 'title' => 'Foundations', + 'title' => '2. Foundations', 'description' => 'Focal points for thriving in a chaotic ' . 'world. In this fast, complex era, you flourish when ' . 'you develop clarity, well-being, resilience, and the ' @@ -44,24 +44,24 @@ class ElementSeeder extends Seeder . 'intention.', ], [ - 'title' => 'Divine Plan', + 'title' => '3. Divine Plan', 'description' => 'Understanding the unique greatness of our ' . 'generation and the call to remain hopeful, ' . 'optimistic, and resilient.', ], [ - 'title' => 'Architecture of the Soul', + 'title' => '4. Architecture of the Soul', 'description' => "Becoming a Baal Da'at - A Master of " . 'Inner Awareness', ], [ - 'title' => 'Arba Yesodot', + 'title' => '5. Arba Yesodot', 'description' => 'A structured approach to balanced living: ' . 'Physical & Financial Health, Relationships, Wisdom ' . 'and Guidance.', ], [ - 'title' => 'Fluid Integration', + 'title' => '6. Fluid Integration', 'description' => 'A series of practical exercises to ' . 'engender a shift in mindset, embed healthy routines, ' . 'positive life practices.',