{{ $this->editProfileForm }} {{ $this->editPasswordForm }} @if(config('filament-edit-profile.show_custom_fields')) {{ $this->customFieldsForm }} @endif @if($this->shouldShowSanctumTokens()) {{ __('filament-edit-profile::default.token_section_title') }} {{ __('filament-edit-profile::default.token_section_description') }} @livewire('sanctum-tokens') @endif @if($this->shouldShowDeleteAccountForm()) {{ $this->deleteAccountForm }} @endif