@extends('layouts.dashboard') @section('page_title', 'Profil') @section('page_subtitle', 'Kelola informasi akun dan keamanan') @section('content')
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
@endsection