{{ __('Contact Information') }}

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

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

{{ __('Saved.') }}

@endif