install
This commit is contained in:
7
resources/views/vendor/filament-edit-profile/livewire/browser-sessions-form.blade.php
vendored
Normal file
7
resources/views/vendor/filament-edit-profile/livewire/browser-sessions-form.blade.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<div>
|
||||
<form class="fi-sc-form">
|
||||
{{ $this->form }}
|
||||
</form>
|
||||
|
||||
<x-filament-actions::modals />
|
||||
</div>
|
||||
9
resources/views/vendor/filament-edit-profile/livewire/custom-fields-form.blade.php
vendored
Normal file
9
resources/views/vendor/filament-edit-profile/livewire/custom-fields-form.blade.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<form wire:submit="updateCustomFields" class="fi-sc-form">
|
||||
{{ $this->form }}
|
||||
|
||||
<div class="fi-ac fi-align-end">
|
||||
<x-filament::button type="submit">
|
||||
{{ __('filament-edit-profile::default.save') }}
|
||||
</x-filament::button>
|
||||
</div>
|
||||
</form>
|
||||
7
resources/views/vendor/filament-edit-profile/livewire/delete-account-form.blade.php
vendored
Normal file
7
resources/views/vendor/filament-edit-profile/livewire/delete-account-form.blade.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<div>
|
||||
<form class="fi-sc-form">
|
||||
{{ $this->form }}
|
||||
</form>
|
||||
|
||||
<x-filament-actions::modals />
|
||||
</div>
|
||||
9
resources/views/vendor/filament-edit-profile/livewire/edit-password-form.blade.php
vendored
Normal file
9
resources/views/vendor/filament-edit-profile/livewire/edit-password-form.blade.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<form wire:submit="updatePassword" class="fi-sc-form">
|
||||
{{ $this->form }}
|
||||
|
||||
<div class="fi-ac fi-align-end">
|
||||
<x-filament::button type="submit">
|
||||
{{ __('filament-edit-profile::default.save') }}
|
||||
</x-filament::button>
|
||||
</div>
|
||||
</form>
|
||||
9
resources/views/vendor/filament-edit-profile/livewire/edit-profile-form.blade.php
vendored
Normal file
9
resources/views/vendor/filament-edit-profile/livewire/edit-profile-form.blade.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<form wire:submit="updateProfile" class="fi-sc-form">
|
||||
{{ $this->form }}
|
||||
|
||||
<div class="fi-ac fi-align-end">
|
||||
<x-filament::button type="submit">
|
||||
{{ __('filament-edit-profile::default.save') }}
|
||||
</x-filament::button>
|
||||
</div>
|
||||
</form>
|
||||
7
resources/views/vendor/filament-edit-profile/livewire/multi-factor-authentication.blade.php
vendored
Normal file
7
resources/views/vendor/filament-edit-profile/livewire/multi-factor-authentication.blade.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<div>
|
||||
<form class="fi-sc-form">
|
||||
{{ $this->content }}
|
||||
</form>
|
||||
|
||||
<x-filament-actions::modals />
|
||||
</div>
|
||||
11
resources/views/vendor/filament-edit-profile/livewire/sanctum-tokens.blade.php
vendored
Normal file
11
resources/views/vendor/filament-edit-profile/livewire/sanctum-tokens.blade.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<x-filament::section aside>
|
||||
<x-slot name="heading">
|
||||
{{ __('filament-edit-profile::default.token_section_title') }}
|
||||
</x-slot>
|
||||
<x-slot name="description">
|
||||
{{ __('filament-edit-profile::default.token_section_description') }}
|
||||
</x-slot>
|
||||
|
||||
{{ $this->table }}
|
||||
</x-filament::section>
|
||||
|
||||
Reference in New Issue
Block a user