ABAADE NGOs-CSOs Network

AEHDA is committed to empowering Afghan women, youth, children, and vulnerable groups by providing accessible, quality, and sustainable education, healthcare, mental health and psychosocial support, livelihood opportunities, and essential services. We strive to foster community resilience, social cohesion, and economic growth, ultimately contributing to a prosperous and self-reliant Afghanistan.( This Mission was updated in 2024 ).

زموږ ماموریت: 
اهدا  ژمن دی چې د لاسرسي وړ، کیفیت لرونکي او دوامداره زده کړې، روغتیا پاملرنې، رواني روغتیا او رواني ټولنیز ملاتړ، د معیشت فرصتونو، او اړینو خدماتو چمتو کولو له لارې د افغان میرمنو، ځوانانو، ماشومانو، او زیان منونکو ډلو پیاوړتیا ته ژمن دی. ژمن دی
 موږ هڅه کوو چې د ټولنې انعطاف، ټولنیز یووالي او اقتصادي ودې ته وده ورکړو، چې بالاخره د یوه سوکاله او پر ځان بسیا افغانستان سره مرسته کوي.

ماموریت ما: 
اهدا متعهد به توانمندسازی زنان، جوانان، کودکان و گروه های آسیب پذیر افغان با ارائه آموزش های قابل دسترس، با کیفیت و پایدار، مراقبت های صحی، سلامت روانی و حمایت های روانی اجتماعی، فرصت های معیشتی، و خدمات ضروری است. متعهد است
 ما تلاش می کنیم تا تاب آوری جامعه، انسجام اجتماعی و رشد اقتصادی را ارتقا دهیم که در نهایت به یک افغانستان مرفه و متکی به خود کمک می کند.

AEHDA envisions empowering Afghan women, youth, children, and vulnerable groups through equitable access to quality education, healthcare, well-being, sustainable livelihoods, and essential services, fostering a prosperous and resilient Afghanistan. ( This Vision was updated in 2024 ).

زموږ لر لید: 
  د اهداء موخه د باکیفیته زده کړو، روغتیا پاملرنې، هوساینې، پایښت  لرونکي معیشت، او اړینو خدماتو ته د مساوي  لاسرسي له لارې د افغان میرمنو، ځوانانو، ماشومانو او زیان منونکو ډلو پیاوړتیا ده، چې د سوکاله او هوسا افغانستان لامل کیږي.  

دورنمایی ما!

اهداء توانمندسازی زنان، جوانان، کودکان و گروه‌های آسیب‌ پذیر افغان را از طریق دسترسی عادلانه به آموزش با کیفیت، مراقبت‌های صحی، رفاه، معیشت پایدار، و خدمات ضروری، تقویت یک افغانستان مرفه و تاب‌آور در نظر دارد.

Our Project

Event & News

Team behind AEHDA

Our work would not be possible without the work of our dedicated volunteers.
🧨 ob_end_flush(): failed to send buffer of zlib output compression (1)
/home/aehdaorg/aict/
ErrorException
ob_end_flush(): failed to send buffer of zlib output compression (1)
    • 5
      vendor/symfony/http-foundation/Response.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :1250
  1. 1 unknown frame
    • 1
      /home/aehdaorg/public_html/index.php
      :56
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
vendor/symfony/http-foundation/Response.php:1250

1235

1236

1237

1238

1239

1240

1241

1242

1243

1244

1245

1246

1247

1248

1249

1250

1251

1252

1253

1254

1255

1256

1257

1258

1259

1260

1261

1262

1263

1264

1265

/**

* Cleans or flushes output buffers up to target level.

*

* Resulting level can be greater than target level if a non-removable buffer has been encountered.

*

* @final

*/

public static function closeOutputBuffers(int $targetLevel, bool $flush): void

{

$status = ob_get_status(true);

$level = \count($status);

$flags = \PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? \PHP_OUTPUT_HANDLER_FLUSHABLE : \PHP_OUTPUT_HANDLER_CLEANABLE);

 

while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {

if ($flush) {

ob_end_flush();

} else {

ob_end_clean();

}

}

}

 

/**

* Marks a response as safe according to RFC8674.

*

* @see https://tools.ietf.org/html/rfc8674

*/

public function setContentSafe(bool $safe = true): void

{

if ($safe) {

$this->headers->set('Preference-Applied', 'safe');