@extends('layouts.dash') @section('title', $title) @section('content')
{{ __('Security/Account Deletion') }}
@if (Laravel\Fortify\Features::canManageTwoFactorAuthentication())
@livewire('profile.two-factor-authentication-form')
@endif
@livewire('profile.logout-other-browser-sessions-form')
@if (Laravel\Jetstream\Jetstream::hasAccountDeletionFeatures()) @livewire('profile.delete-user-form') @endif
@endsection