Changes
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
scroll-padding: 6rem;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<x-mail::message>
|
||||
Вы приглашены в {{ config('app.name') }}
|
||||
<x-mail::button :url="$acceptUrl">
|
||||
{{ __('Создать аккаунт') }}
|
||||
</x-mail::button>
|
||||
</x-mail::message>
|
||||
@@ -0,0 +1,8 @@
|
||||
<x-filament-panels::page.simple>
|
||||
<x-filament-panels::form wire:submit="create">
|
||||
{{ $this->form }}
|
||||
|
||||
<x-filament-panels::form.actions :actions="$this->getCachedformActions()" :full-width="true" />
|
||||
|
||||
</x-filament-panels::form>
|
||||
</x-filament-panels::page.simple>
|
||||
Reference in New Issue
Block a user