@extends('layouts.sneat') @section('content')

Update 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