@include('partials.settings-heading')
@if (session('status') === 'Profile updated successfully.')
Profile updated successfully.
@endif @if (session('status') === 'verification-link-sent')
A new verification link has been sent to your email address.
@endif
@csrf @method('PATCH') @if (! auth()->user()->hasVerifiedEmail())
Your email address is unverified. Save changes first if needed, then resend the verification email below.
@endif
@if (! auth()->user()->hasVerifiedEmail())
@csrf
@endif

Delete account

Delete your account and all of its resources. This action cannot be reversed.

@csrf @method('DELETE')