@extends('layouts.app') {{-- Adjust this path if your layout file is named or located differently --}}
@section('header')
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
@endsection