@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Perfil

@stop @section('content')
Información
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::updatePasswords()))
@livewire('profile.update-password-form')
@endif
@livewire('profile.logout-other-browser-sessions-form')
@if (Laravel\Jetstream\Jetstream::hasAccountDeletionFeatures()) {{--
@livewire('profile.delete-user-form')
--}} @endif
@stop @section('css') @stop @section('js') @stop