@extends('layouts.dashboard') @section('title', 'Edit Profile - HimRishtey') @section('styles') @endsection @php $birthDate = $member->birth_date_time ? \Carbon\Carbon::parse($member->birth_date_time) : null; $sectionStatus = fn (string $section): bool => $sectionCompletion[$section] ?? false; @endphp @section('content')

Edit Profile

Keep your profile complete to get better matches

Profile Completion
{{$completion}}%

Astro & Kundli

@php $birthDateTime = \Carbon\Carbon::parse($member->birth_date_time); @endphp
Date of Birth {{ $birthDateTime->format('d M Y') }}
Time of Birth {{ $birthDateTime->format('h:i A') }}
To edit date & time, click here
@endsection
@section('scripts') @endsection