@extends('Layout.base') @section('title', 'Profile') @section('content')
@livewire('profile.update-profile-information-form')
@livewire('profile.update-password-form')
@if (Laravel\Fortify\Features::canManageTwoFactorAuthentication())
@livewire('profile.two-factor-authentication-form')
@endif
@livewire('profile.logout-other-browser-sessions-form')
@endsection