{{ __('Profile Photo') }}

{{ __('Upload or update your profile picture.') }}

{{ Auth::user()->name }}
@csrf

JPG, PNG or WebP. Max 2MB.

@if(Auth::user()->profile_photo_path)
@csrf @method('DELETE')
@endif