mirror of
https://github.com/dyzulk/santulitam-temp.git
synced 2026-01-26 13:51:55 +07:00
first commit
This commit is contained in:
9
resources/views/vendor/filament-breezy/filament/pages/my-profile.blade.php
vendored
Normal file
9
resources/views/vendor/filament-breezy/filament/pages/my-profile.blade.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<x-filament::page>
|
||||
<div class="space-y-6 divide-y divide-gray-900/10 dark:divide-white/10">
|
||||
@foreach ($this->getRegisteredMyProfileComponents() as $component)
|
||||
@unless(is_null($component))
|
||||
@livewire($component)
|
||||
@endunless
|
||||
@endforeach
|
||||
</div>
|
||||
</x-filament::page>
|
||||
8
resources/views/vendor/filament-breezy/filament/pages/two-factor.blade.php
vendored
Normal file
8
resources/views/vendor/filament-breezy/filament/pages/two-factor.blade.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<x-filament-panels::page.simple>
|
||||
<x-filament-panels::form wire:submit="authenticate">
|
||||
{{ $this->form }}
|
||||
|
||||
<x-filament-panels::form.actions :actions="$this->getCachedFormActions()"
|
||||
:full-width="$this->hasFullWidthFormActions()" />
|
||||
</x-filament-panels::form>
|
||||
</x-filament-panels::page.simple>
|
||||
Reference in New Issue
Block a user