{{ __('Profile Information') }}

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

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror