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

Profile Settings

Manage your account information and preferences

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