@extends('admin.admin_dashboard') @section('admin') <<<<<<< HEAD ======= @include('partials.admin.stepper-assets') >>>>>>> origin/main
@csrf
Select Child to be updated
<<<<<<< HEAD ======= @if(!empty($selectedChild))
{{ $selectedChild->child_fname }} {{ $selectedChild->child_lname }} (ID #{{ $selectedChild->child_number }})

Recording an update for this child's profile.

@else @endif >>>>>>> origin/main

Child Details

Provide the details of the child in the fields below

{{-- ===================== Child‑Details grid ===================== --}}
{{-- 1) Child still at home? -------------------------------------- --}}
{{-- appears only when NO --}}
{{-- 2) Child is schooling? -------------------------------------- --}}
{{-- YES → school / class (two‑column sub‑row) --}}
{{-- NO → reason --}}
{{-- 3) Church attendance --------------------------------------- --}}
@foreach (['regularly','sometimes','no'] as $freq)
@endforeach
{{-- NO → why --}}
{{-- 4) General appearance ------------------------------------- --}}
@foreach (['Good','Fair','Poor'] as $look)
@endforeach
{{-- 5) Hobby --------------------------------------------------- --}}
{{-- 6) Dream --------------------------------------------------- --}}
{{-- navigation buttons ---------------------------------------- --}}
Family Info
{{-- ================= Family‑information grid ================= --}}
{{-- Village ---------------------------------------------------- --}}
{{-- # people in family ---------------------------------------- --}}
{{-- Household type ------------------------------------------- --}}
{{-- Family has ------------------------------------------------ --}}
@foreach (['kitchen','utensils_rack','bathroom','latrine'] as $item)
@endforeach
{{-- Death in last 12 months ---------------------------------- --}}
{{-- navigation buttons --------------------------------------- --}}
Sustainability
{{-- ================= Sustainability – Coffee & Remarks ================= --}}
{{-- 1) Family received coffee? --}}
{{-- 2) Is the family harvesting coffee yet? --}}
{{-- if NO → reasons --}}
{{-- 3) Social worker remarks --}}
<<<<<<< HEAD Admin ======= Admin >>>>>>> origin/main
{{-- navigation buttons --}}
@if(session('message')) @endif @endsection