{{-- Account Settings - Professional Bootstrap Design Professional Account Management Page @author David Valera Melendez @created 2025-08-09 @location Made in Germany 🇩🇪 --}} @extends('layouts.app') @section('title', 'Account Settings - Professional Resume Builder') @section('page_class', 'account-settings-page') @section('content')
Change Password
@csrf @method('PUT')
@error('current_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Account Security
Email Verified Your email is verified and secure
Last Password Change {{ $user->updated_at->diffForHumans() }}
Account Status Active and in good standing
Display Preferences
@csrf @method('PUT')
Notification Settings
@csrf @method('PUT')
Email Notifications
Get notified when your resume is updated or completed
Receive helpful tips for improving your resume
Important security notifications about your account
Privacy Settings
Profile Visibility

Make your profile visible to other users

Resume Sharing

Allow sharing of your resumes via public links

Danger Zone

These actions are permanent and cannot be undone.

@csrf @method('DELETE')
@push('scripts') @endpush @endsection