mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 19:53:59 +03:00
12 lines
310 B
PHP
12 lines
310 B
PHP
<x-filament::section class="{{ $this->isSimple() ? 'mt-4' : 'mt-0 mb-4' }}">
|
|
<x-slot name="heading">
|
|
{{ trans('passkeys.passkeys') }}
|
|
</x-slot>
|
|
|
|
<x-slot name="description">
|
|
{{ trans('passkeys.description') }}
|
|
</x-slot>
|
|
|
|
<livewire:filament-passkeys />
|
|
</x-filament::section>
|