@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

Child Support Follow-up

Follow-up CRUD records are managed here. Link each visit to one register record.
Linked register: All

Browser Entry Queue

Follow-up records are saved in this browser when offline or when server sync fails. Use Sync to upload pending items.

Sync Controls

Sync ready.

Pending Queue

Queue is empty.

Local browser follow-ups

0
No local follow-up records yet.

Recent Follow-up Records

No follow-up records yet.
@csrf

Child Program Home Visit Follow Up

date

Section 1. Child Particulars

date

1.1 ကျောင်းအခြေအနေမေးခွန်းများ

1.2 အလုပ်အခြေအနေမေးခွန်းများ

1.3 ကျန်းမာရေးဆိုင်ရာမေးခွန်းများ

Section 2. Parents / Caregivers

@for ($guardian = 1; $guardian <= 2; $guardian++)

2.{{ $guardian }} အုပ်ထိန်းသူ {{ $guardian }}

@endfor

2.3 လက်ရှိအတူနေမိသားစုအကြောင်း

အမည် အသက် တော်စပ်ပုံ အတန်းပညာ အလုပ်အကိုင် Action

Section 3. Siblings

@for ($i = 1; $i <= 3; $i++)

Sibling {{ $i }}

date
@endfor
@for ($i = 1; $i <= 3; $i++)
@endfor

Section 4. Socio-economic Status and Support from MAM

@foreach ($mamSupportOptions as $value => $label)
@endforeach

Section 6. ကလေးအကြောင်း

date
Ready.
@endauth @endsection @push('scripts') @endpush