@extends('layouts.app') @push('styles') @endpush @php $projectAreas = ['HTY', 'SPT', 'TL', 'SDG','Putao', 'Other']; $yesNo = ['ရှိ' => 'ရှိ', 'မရှိ' => 'မရှိ']; $artOptions = ['သောက်နေသည်' => 'သောက်နေသည်', 'မသောက်နေပါ' => 'မသောက်နေပါ']; $locationOptions = ['MAM' => 'MAM', 'အစိုးရဆေးရုံ' => 'အစိုးရဆေးရုံ', 'အခြား' => 'အခြား']; $gradeOptions = array_merge(['Pre-School', 'KG'], array_map(fn ($grade) => 'G' . $grade, range(1, 12)), ['NFE', 'NFPE', 'Other']); $guardianSections = [ ['prefix' => 'father', 'title' => "Father's Information", 'relation_field' => null], ['prefix' => 'mother', 'title' => "Mother's Information", 'relation_field' => null], ['prefix' => 'admin', 'title' => 'မိဘမဟုတ်သော အုပ်ထိန်းသူ Information', 'relation_field' => 'relationship'], ]; @endphp @section('content')