@props(['userType' => 'donor'])
@if(auth()->user()->profile_photo_path) {{ auth()->user()->name }} @else @endif

{{ auth()->user()->name }}

{{ ucfirst($userType) }} • {{ auth()->user()->email }}

@if(auth()->user()->currency)
Preferred Currency: {{ auth()->user()->currency }}
@endif