{{-- filepath: c:\xampp\htdocs\sites\KoBone\resources\views\profile\edit.blade.php --}} @extends('layouts.app', ['showThemeToggle' => false]) @section('title', 'Edit Profile') @section('content')
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
@endsection