{{-- Shared member detail fields for the create and edit screens. $member - App\Models\Profile|null (edit mode when present) $sex, $blood_group, $interested_for - config('constants') lookups $profile_image_path, $nid_image_path - configured upload paths Field names, values and validation keys are unchanged from the original forms; only the markup has moved onto the design system. --}} @php $member = $member ?? null; $value = fn (string $key, $default = null) => old($key, $member->{$key} ?? $default); @endphp

Personal details

Identity and contact information for the member.

Membership

Registration details and training interest.

@foreach ($interested_for as $key => $label) @endforeach

Documents

JPG or PNG, up to 10 MB each.