Skip to content
Unique Mind Counselling
Areas We Support
Areas We Support
Providing gentle, expert support across a wide range of concerns:
- Anxiety Disorders
- Depression
- Trauma and PTSD
- Complex Trauma
- Emotional Regulation
- Borderline Personality Disorder (BPD)
- ADHD — therapeutic support and coping strategies
- Autism Spectrum Disorder (ASD) — emotional wellbeing, coping and psychosocial support
- Alcohol and Other Drug (AOD) concerns
- Stress and Burnout
- Workplace Mental Health
- Relationship Difficulties
- Family Conflict
- Grief and Bereavement Counselling
- Life Transitions
- Adjustment Disorders
- Anger Management
- Self-Esteem and Confidence
- Men's Mental Health
- Women's Mental Health
- Carer Stress
- Social Isolation
- Coping Skills
- Mental Health Recovery
Book an Appointment
// Split fields into steps at each 'step' break.
$steps = array();
$step_meta = array();
$current = array();
$has_steps = false;
foreach ( $fields as $f ) {
if ( 'step' === $f['type'] ) {
$has_steps = true;
$steps[] = $current;
$step_meta[] = array(
'title' => $f['label'] ? $f['label'] : '',
'desc' => isset( $f['options'] ) ? $f['options'] : '',
);
$current = array();
continue;
}
$current[] = $f;
}
$steps[] = $current;
if ( $has_steps ) {
// First step has no preceding break — synthesize its meta.
array_unshift( $step_meta, array( 'title' => __( 'Your Details', 'unique-mind' ), 'desc' => '' ) );
}
?>
If you are in crisis or need immediate support, call Lifeline on 13 11 14 or 000 in an emergency.
We use cookies to improve your experience and understand how our site is used. You can accept or decline analytics cookies.