@extends('layouts.app') @push('styles') @endpush @section('content') @auth @php $yesNoOptions = [ 'yes' => 'ရှိ', 'no' => 'မရှိ', ]; $schoolStatusOptions = [ 'attending' => 'ကျောင်းတက်နေသည်', 'not_attending' => 'မတက်နေပါ', ]; $employmentStatusOptions = [ 'working' => 'အလုပ်လုပ်နေသည်', 'not_working' => 'မလုပ်နေပါ', ]; $goodBadOptions = [ 'good' => 'ကောင်း', 'bad' => 'မကောင်း', ]; $artStatusOptions = [ 'regular' => 'ပုံမှန်သောက်နေ', 'irregular' => 'ပုံမှန်မသောက်နေ', 'na' => 'NA', ]; $treatmentLocationOptions = [ 'mam' => 'MAM', 'government_hospital' => 'အစိုးရဆေးရုံ', 'other' => 'အခြား', ]; $treatmentSupporterOptions = [ 'mam' => 'MAM', 'self' => 'ကိုယ်တိုင်', 'other' => 'အခြား', ]; $maritalOptions = [ 'together' => 'လက်ရှိပေါင်းသင်းနေ', 'separated' => 'အိမ်ထောင်ကွဲ', 'widowed' => 'အိမ်ထောင်ဘက်သေဆုံး', 'other' => 'အခြား', ]; $caregiverOptions = [ 'parent' => 'မိဘ', 'sibling' => 'မောင်နှမ', 'relative' => 'အမျိုး', 'other' => 'အခြား', ]; $houseStatusOptions = [ 'owned' => 'အိမ်ပိုင် (မြေပိုင်)', 'rent' => 'အငှား', 'hostel' => 'အဆောင်', 'shelter' => 'ဂေဟာ', 'squatter' => 'ကျူးကျော်', 'monastery' => 'ဘုန်းကြီးကျောင်း', 'other' => 'အခြား', ]; $houseTypeOptions = [ 'hut' => 'တဲ', 'wood' => 'သစ်', 'building' => 'တိုက်', 'other' => 'အခြား', ]; $electricityOptions = [ 'meter' => 'မီတာ', 'battery' => 'battery', 'other' => 'အခြား', ]; $mamSupportOptions = [ 'monthly_ration' => 'လစဉ်ရိက္ခာ', 'toothbrush' => 'သွားတိုက်တံ', 'school_materials' => 'ကျောင်းပစ္စည်း', 'tuition_fee' => 'ကျူရှင်စရိတ်', 'household_goods' => 'အိမ်ထောင်သုံးပစ္စည်းများ', 'emergency_support' => 'အရေးပေါ်ကူညီပံ့ပိုးမှု', 'medical_support' => 'ဆေးကုသစရိတ်နှင့် ဆေးကုသပေးခြင်း', 'day_trip' => 'တစ်နေ့တာခရီးများ', 'clothes' => 'အဝတ်အစား', 'other' => 'အခြား', ]; $smallBusinessOptions = [ 'never' => 'မရရှိဖူးပါ', 'received_active' => 'ရရှိခဲ့ဖူးပါသည် - လက်ရှိလုပ်နေ', 'received_inactive' => 'ရရှိခဲ့ဖူးပါသည် - မလုပ်နေ', ]; $trainingOptions = [ 'never' => 'မတက်ဖူးပါ', 'current' => 'တက်ခဲ့ဖူးပါသည် - လက်ရှိတက်နေ', 'not_current' => 'တက်ခဲ့ဖူးပါသည် - လက်ရှိမတက်နေ', ]; $cpSupportOptions = [ 'yes' => 'ယူဖူးသည်', 'no' => 'မယူဖူးပါ', ]; $cpIssueOptions = [ 'not_required' => 'မလိုအပ်ပါ', 'required' => 'လိုအပ်ပါသည်', 'monitor' => 'စောင့်ကြည့်ရန်လိုအပ်သည်', ]; $photoOptions = [ 'yes' => 'ရိုက်ခဲ့ပါသည်', 'no' => 'မရိုက်ခဲ့ပါ', ]; @endphp