{{ __('Profile Information') }} {{ __("Update your account's profile information and email address.") }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ Auth::user()->name }}
{{ __('Select A New Photo') }} @if ($this->user->profile_photo_path) {{ __('Remove Photo') }} @endif
@endif
@role('user')
@php $gender = collect(['male', 'female']); @endphp
@endrole @role('expert')
@endrole
{{ __('Saved.') }} {{ __('Save') }}