@php $donation_projects = [ [ 'title' => 'Beam - Power Pledge', 'purpose' => 'SURGERY', 'description-zh' => '資助一名患兒一個唇顎裂手術費用', 'description-en' => 'To sponsor 1 child for cleft lip/palate surgery.', 'price' => 8000 ], [ 'title' => 'Beam - Power Pledge', 'purpose' => 'MEDICINE', 'description-zh' => '資助六名患兒醫療藥物及麻醉藥物費用', 'description-en' => 'To sponsor 6 children for their operation related medicine and anesthesia cost.', 'price' => 4800 ], [ 'title' => 'Beam - Power Pledge', 'purpose' => 'THERAPY', 'description-zh' => '資助兩名患兒語言治療療程費用', 'description-en' => 'To sponsor 2 children for aftercare speech therapy sessions.', 'price' => 2000 ], [ 'title' => 'Beam - Power Pledge', 'purpose' => 'TRANSPORT', 'description-zh' => '資助兩名患兒及家人在醫院周邊地方住宿及來往醫院交通費用', 'description-en' => 'To sponsor 2 children and their families’ accommodation near the mission site and transportation fee from hometown to and from the mission site.', 'price' => 1000 ], ]; $preset_amounts = [500, 1000, 3000, 5000]; @endphp Power Pledge / 捐款 Donations for Beam International Foundation have raised a total of {{ $total_donation }} HKD {{-- 按金額捐款 按項目捐款 --}} @csrf 請輸入捐贈金額 HKD Donate @foreach ($preset_amounts as $amt) @csrf {{ $amt }} HKD @endforeach 按項目捐款 @foreach ($donation_projects as $k => $p) @csrf {{ $p['description-zh'] }} {{ $p['description-en'] }} {{ $p['price'] }} HKD Donate @endforeach