@extends('layouts.app') @section('content')

{{ __('Profile Information') }}

{{ __("Update your account's profile information and email address.") }}


@include('profile.partials.update-profile-information-form')

{{ __('Update Password') }}

{{ __('Ensure your account is using a long, random password to stay secure.') }}


@include('profile.partials.update-password-form')

{{ __('Delete Account') }}

{{ __('Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.') }}


@include('profile.partials.delete-user-form')
@endsection