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

{{ __('My Profile') }}

Manage your account settings and preferences

@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
@endsection