@extends('layouts.admin') @section('title', 'Profile Management') @section('content')

Profile

Update Profile Information

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

Update Password

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

Delete Account

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