{{$user->uuid}}
{{$user->id}}
{{--

profile

--}}
{{-- --}} {{--
--}} {{-- --}} @if (Laravel\Fortify\Features::canUpdateProfileInformation())
@endif {{-- @if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::updatePasswords()))
--}} {{-- --}} {{-- --}} {{-- --}} {{--
@endif --}} {{--
--}} {{-- @if (Laravel\Fortify\Features::canManageTwoFactorAuthentication())
@endif --}} {{--
--}} {{-- @if (Laravel\Jetstream\Jetstream::hasAccountDeletionFeatures())
--}} {{-- --}} {{-- --}} {{-- --}} {{--
@endif --}} {{--
--}}
{{--
{{__($text)}}
--}}
{{--
--}} {{--
@if (Laravel\Fortify\Features::canUpdateProfileInformation()) @livewire('profile.update-profile-information-form') @endif @if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::updatePasswords()))
@livewire('profile.update-password-form')
@endif @if (Laravel\Fortify\Features::canManageTwoFactorAuthentication())
@livewire('profile.two-factor-authentication-form')
@endif @if (Laravel\Jetstream\Jetstream::hasBrowserSessionsForm())
@livewire('profile.logout-other-browser-sessions-form')
@endif @if (Laravel\Jetstream\Jetstream::hasAccountDeletionFeatures())
@livewire('profile.delete-user-form')
@endif
--}}