Profile Settings

Update profile information, password, and account state.

@if (session('status') === 'profile-updated')
Profile updated.
@endif @if (session('status') === 'password-updated')
Password updated.
@endif @if ($errors->any())
{{ $errors->first() }}
@endif

Update Profile

@csrf @method('PATCH')

Change Password

@csrf @method('PUT')

Delete Account

@csrf @method('DELETE')