@extends('layouts.user_type.auth') @section('content')

Profile Settings

Manage your account settings and preferences

{{ auth()->user()->name }}

{{ auth()->user()->email }}

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.

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