@extends('layouts.app')
@section('title', 'Profile')
@section('header', 'My Profile')
@section('subheader', 'Manage your account information and password')
@section('content')
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