Friends,
Aby is a 49-year-old ordinary man from Pathanamthitta district of Kerala, India. He is a freelance driver, who earns meager wages to support his family consisting of an unemployed wife and a ten-year-old daughter. This request is for his wife, Kochumol, who has recurring health issues including asthma and diabetes. Recently Kochumol started having frequent chest pain and lack of breath while exerting. She has consulted a cardiologist and is under his treatment. However, the chest pain doesn’t seem to go away and the doctor is suspecting blocks to her arteries.
Further diagnosis and treatments have been recommended for Kochumol but this family is unable to find resources to cover the cost. An angioplasty or open-heart surgery is estimated to cost between $2000 to $5000 in Kerala. They do not have any savings of their own and the family lives in a small rental house. Kindly help this family with a donation that you are willing to spare.
Note: Names of the beneficiaries are fictitious to protect their privacy. Kindly contact us with any further questions.
സുഹൃത്തുക്കളേ,
കേരളത്തിലെ പത്തനംതിട്ട ജില്ലയിൽ നിന്നുള്ള 49 വയസ്സുള്ള ഒരു സാധാരണ മനുഷ്യനാണ് എബി. അവൻ ഒരു ഫ്രീലാൻസ് ഡ്രൈവറാണ്, തൊഴിലില്ലാത്ത ഭാര്യയും പത്ത് വയസ്സുള്ള മകളും അടങ്ങുന്ന കുടുംബം പോറ്റാൻ തുച്ഛമായ വേതനം സമ്പാദിക്കുന്നു. ആസ്തമയും പ്രമേഹവും ഉൾപ്പെടെയുള്ള ആവർത്തിച്ചുള്ള ആരോഗ്യപ്രശ്നങ്ങളുള്ള ഭാര്യ കൊച്ചുമോൾക്കാണ് ഈ അഭ്യർത്ഥന. ഈയിടെ കൊച്ചുമോൾക്ക് നെഞ്ചുവേദനയും ശ്വാസതടസ്സവും അനുഭവപ്പെട്ടു. അവൾ ഒരു കാർഡിയോളജിസ്റ്റുമായി കൂടിയാലോചിക്കുകയും അദ്ദേഹത്തിന്റെ ചികിത്സയിലാണ്. എന്നിരുന്നാലും, നെഞ്ചുവേദന മാറുന്നില്ലെന്ന് തോന്നുന്നു, ഡോക്ടർ അവളുടെ ധമനികളിൽ ബ്ലോക്കുകൾ ഉണ്ടെന്ന് സംശയിക്കുന്നു.
കൂടുതൽ രോഗനിർണയവും ചികിത്സകളും കൊച്ചുമോൾക്ക് ശുപാർശ ചെയ്തിട്ടുണ്ടെങ്കിലും ചെലവ് നികത്താനുള്ള വിഭവങ്ങൾ കണ്ടെത്താൻ ഈ കുടുംബത്തിന് കഴിയില്ല. ഒരു ആൻജിയോപ്ലാസ്റ്റി അല്ലെങ്കിൽ ഓപ്പൺ ഹാർട്ട് സർജറിക്ക് കേരളത്തിൽ 2000 മുതൽ 5000 ഡോളർ വരെ ചിലവ് വരും. അവർക്ക് സ്വന്തമായി ഒരു സമ്പാദ്യവുമില്ല, കുടുംബം ഒരു ചെറിയ വാടക വീട്ടിലാണ് താമസിക്കുന്നത്. ഈ കുടുംബത്തെ നിങ്ങൾ സംഭാവന ചെയ്യാൻ സന്നദ്ധരാണെങ്കിൽ ദയവായി സഹായിക്കുക.
കുറിപ്പ്: ഗുണഭോക്താക്കളുടെ പേരുകൾ അവരുടെ സ്വകാര്യത സംരക്ഷിക്കാൻ സാങ്കൽപ്പികമാണ്. കൂടുതൽ ചോദ്യങ്ങൾക്ക് ദയവായി ഞങ്ങളെ ബന്ധപ്പെടുക.
global $wpdb, $post;
$projectid = get_field( “project_id”, $post->ID );
$table_name = $wpdb->prefix . ‘donor_list’;
$res = $wpdb->get_results(“SELECT * FROM “.$table_name.” where payment_status = ‘Completed’ and projects_sponsore = ‘”.$projectid.”‘ order by id desc”);
if(!empty($res)) {
echo ”
“;
$i=1; foreach($res as $re) {
if($i % 2 == 0){
$class = ‘success’;
} else {
$class = ‘info’;
}
if($re->donor_status == 1) { $payment_status = ‘Paid’; } else { $payment_status = ‘Pledged’; }
if($re->anonymous == ‘Yes’) { $re->name = ‘Anonymous Donor’; };
echo ”
“;
$i++; }
echo ”
FundRaising Honor Roll | |||
---|---|---|---|
S.No. | Name | Donation Amount | Payment Status |
“. $i .” | “. $re->name .” | $ “. $re->donation_amount .” | “. $payment_status .” |
“;
}
[/insert_php]
Latest Status Updates
Funds Raised: $0Released to Beneficiary: [insert_php] echo get_field( “released_to_beneficiary”, $post->ID ); [/insert_php]Project Status Summary:
[insert_php] echo get_field( “project_status_summary”, $post->ID ); [/insert_php]