{{ __('Profile Information') }}

{{ __("Update your account's profile information.") }}

@csrf @method('patch')

Please change Name

{{ __('Save') }} @if (session('status') === 'profile-updated')

{{ __('Saved.') }}

@endif