@extends('layouts.app') @push('styles') @endpush @php $projectAreas = ['HTY', 'SPT', 'TL', 'SDG', 'Other']; $yesNo = ['ရှိ' => 'ရှိ', 'မရှိ' => 'မရှိ']; $artOptions = ['သောက်နေသည်' => 'သောက်နေသည်', 'မသောက်နေပါ' => 'မသောက်နေပါ']; $locationOptions = ['MAM' => 'MAM', 'အစိုးရဆေးရုံ' => 'အစိုးရဆေးရုံ', 'အခြား' => 'အခြား']; $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')