diff --git a/resources/js/views/dashboard/settings/Profile.vue b/resources/js/views/dashboard/settings/Profile.vue index 0ada1d8..0b26110 100644 --- a/resources/js/views/dashboard/settings/Profile.vue +++ b/resources/js/views/dashboard/settings/Profile.vue @@ -1 +1,163 @@ - + + + + + Profile information + + + Full name + + {{ profileErrors.name[0] }} + + + + Email address + + {{ profileErrors.email[0] }} + + + {{ profileNetworkError }} + + + + {{ profileSaving ? 'Saving…' : 'Save changes' }} + + Saved! + + + + + + Delete account + Permanently delete your account and all associated data. This cannot be undone. + + Delete my account + + + + + + + Are you sure? + Enter your password to confirm account deletion. + + + Password + + {{ deleteError }} + + + + + Cancel + + + {{ deleting ? 'Deleting…' : 'Delete account' }} + + + + + + + +
{{ profileErrors.name[0] }}
{{ profileErrors.email[0] }}
{{ profileNetworkError }}
Saved!
Permanently delete your account and all associated data. This cannot be undone.
Enter your password to confirm account deletion.
{{ deleteError }}