@forelse($services as $service)
@if($service->image)
 }})
@else
@endif
{{ $service->title }}
{{ $service->short_description }}
Learn More
@empty
@php
$defaultServices = [
['icon'=>'fas fa-heart','slug'=>'#','title'=>'Innerharmony Counselling Online',
'desc'=>'Comprehensive counselling sessions addressing emotional, mental & spiritual wellbeing from the comfort of your home.'],
['icon'=>'fas fa-dharmachakra','slug'=>'#','title'=>'Chakra Healing Online',
'desc'=>'Balance all 7 energy centres through guided online healing sessions tailored uniquely to your current energetic state.'],
['icon'=>'fas fa-heart-pulse','slug'=>'#','title'=>'Heart Chakra Healing',
'desc'=>'Open your Anahata chakra to unlock deeper love, self-compassion, forgiveness and emotional freedom.'],
['icon'=>'fas fa-om','slug'=>'#','title'=>'Online Meditation Consultation',
'desc'=>'Personalised meditation guidance to cultivate inner peace, sharpen focus, and build lasting daily mindfulness practice.'],
['icon'=>'fas fa-brain','slug'=>'#','title'=>'Emotional Wellbeing Online',
'desc'=>'Therapeutic support for anxiety, grief, trauma, and life transitions through an integrative Innerharmony approach.'],
['icon'=>'fas fa-wind','slug'=>'#','title'=>'Anger & Stress Management',
'desc'=>'Proven techniques to identify emotional triggers, regulate responses and channel energy positively and constructively.'],
['icon'=>'fas fa-rings-wedding','slug'=>'#','title'=>'Pre-Marital Counselling',
'desc'=>'Build a strong foundation before marriage — covering communication styles, expectations, values and conflict resolution.'],
['icon'=>'fas fa-child-reaching','slug'=>'#','title'=>'Inner Child Healing',
'desc'=>'Gently explore and heal early childhood wounds that continue to influence adult relationships and self-worth.'],
['icon'=>'fas fa-moon','slug'=>'#','title'=>'Past Life Regression',
'desc'=>'Journey beyond the present lifetime to uncover patterns, unresolved karma and soul-level insights for healing today.'],
['icon'=>'fas fa-hands-holding-heart','slug'=>'#','title'=>'Reiki Healing',
'desc'=>'Channel universal life-force energy to dissolve physical and emotional blockages and restore deep relaxation.'],
['icon'=>'fas fa-comments','slug'=>'#','title'=>'NLP Life Coaching',
'desc'=>'Neuro-Linguistic Programming techniques to rewire limiting beliefs and install powerful new mindset patterns rapidly.'],
['icon'=>'fas fa-couch','slug'=>'#','title'=>'Clinical Hypnotherapy',
'desc'=>'Work directly with the subconscious mind to release deep-seated fears, phobias, habits and emotional patterns.'],
];
@endphp
@foreach($defaultServices as $s)
@endforeach
@endforelse