@extends('layouts.app') @section('title','My Profile - BloodFinder') @section('content')

My Profile

Update your personal information and donation history

{{ $user->blood_group }}

{{ $user->name }}

{{ $user->phone }}

City
{{ $user->city ?? 'Not set' }}
Last Donation
{{ optional($user->last_donation_date)->format('M d, Y') ?? 'Never' }}
Member Since
{{ $user->created_at->format('Y') }}

Edit Information

@csrf @method('PUT')

Phone number cannot be changed

Providing your email helps us notify you instantly when someone requests blood from you

Update this after each donation to help others find eligible donors

Privacy Settings

Phone Number Visibility

Control who can see your phone number in search results

Enabled: Your phone number will be visible (masked with show/hide button) in search results

Disabled: Your phone number will only be visible when you accept a donation request

Change Password

Cancel
@endsection