|
ID:
{{ $profile['username'] ?? 'Not Updated' }}
Name:
{{ $profile['name'] ?? 'Not Updated' }}
Marital:
{{ $profile['marital'] ?? 'Not Updated' }}
Age:
{{ $profile['age'] . ' Yrs' ?? 'Not Updated' }}
DOB:
{{ $profile['birthday'] ? \Carbon\Carbon::parse($profile['birthday'])->format('d-M-Y') : 'Not Updated' }}
Religion:
{{ $profile['religion'] ?? 'Not Updated' }}
|
Caste:
{{ $profile['caste'] ?? 'Not Updated' }}
Education:
{{ $profile['education'] ?? 'Not Updated' }}
Occupation:
{{ $profile['occupation'] ?? 'Not Updated' }}
Income:
{{ $profile['income'] ?? 'Not Updated' }}
Rasi:
{{ $profile['rasi'] ?? 'Not Updated' }}
Star:
{{ $profile['star'] ?? 'Not Updated' }}
|
|