mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
11 lines
343 B
PHP
11 lines
343 B
PHP
<form
|
|
wire:submit.prevent="submit"
|
|
class="space-y-6"
|
|
>
|
|
<x-forms::form :schema="$this->getForm()->getSchema()" :columns="$this->getForm()->getColumns()" />
|
|
|
|
<x-filament::button type="submit" color="primary" class="w-full">
|
|
{{ __('filament::auth/reset-password.buttons.submit.label') }}
|
|
</x-filament::button>
|
|
</form>
|