@extends('layouts.app') @section('content')
{{ __('general.manage_your_account_settings') ?? 'Manage your account settings and preferences' }}
{{ __('general.profile_updated_successfully') ?? 'Profile updated successfully!' }}
{{ __('general.password_updated_successfully') ?? 'Password updated successfully!' }}
{{ __('general.delete_account_warning') ?? 'Once you delete your account, there is no going back. Please be certain.' }}