{{ __('Profile Picture') }}

{{ __("Upload a profile picture. Max size: 16MB. Formats: JPG, PNG, WEBP.") }}

@if($user->hasMedia('avatar')) {{ $user->name }} @else
{{ strtoupper(substr($user->name, 0, 1)) }}
@endif
@csrf @method('post')
{{ __('Upload') }} @if (session('status') === 'avatar-updated')

{{ __('Saved.') }}

@endif