@extends('layouts.app') @section('content')
{{-- Update Profile Information --}}
@include('profile.partials.update-profile-information-form')
{{-- Update Password --}}
@include('profile.partials.update-password-form')
{{-- Delete User --}}
@include('profile.partials.delete-user-form')
@endsection