@extends('layouts.app') @push('styles') @endpush @section('content') @auth @php $workingOptions = [ 'yes' => 'လုပ်', 'no' => 'မလုပ်', ]; $serviceOptions = [ 'monthly_ration' => 'လစဉ် ရိက္ခာများ', 'toothbrush' => '၃ လတစ်ကြိမ်ရသော သွားတိုက်တံ', 'school_supplies' => 'ကျောင်းသုံးပစ္စည်းများ', 'household_items' => 'အိမ်ထောင်စုသုံးပစ္စည်းများ', 'vocational_training' => 'အသက်မွေးဝမ်းကျောင်းသင်တန်း', 'small_business' => 'မိသားစု အသေးစားစီးပွားရေးလုပ်ငန်း', 'emergency_support' => 'အရေးပေါ် ကူညီပံ့ပိုးမှု', 'medical_cost' => 'ဆေးဝါးကုသစရိတ်', 'day_trip' => 'ပျော်ရွှင်စရာ တစ်နေ့တာ ခရီးများ', 'tuition_fee' => 'ကျူရှင်စရိတ်', 'bicycle' => 'စက်ဘီး', 'clothes' => 'အဝတ်အစား', 'other' => 'အခြားသော အရာများ', ]; @endphp

Child Program Release Form

Use this form when a child is released from the child support program.
@csrf

Child Program Release Form

date
date

Program Background

date
date

Work Information

Release Assessment

Household and Support

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

Officer Summary

Release form actions
@endauth @endsection @push('scripts') @endpush