@extends('layouts.admin')
@section('title', 'Account Settings')
@section('content')
{{-- Profile Information --}}
Personal Information
Update your account's profile information and email address.
@include('profile.partials.update-profile-information-form')
{{-- Security --}}
Security & Password
Ensure your account is using a long, random password to stay secure.
@include('profile.partials.update-password-form')
{{-- Danger Zone --}}
Danger Zone
Permanently delete your account and all associated data.
@include('profile.partials.delete-user-form')
@endsection