first commit

This commit is contained in:
Muhammad Herdy Iskandar
2024-07-26 10:33:44 +00:00
commit 7117a42b13
399 changed files with 19527 additions and 0 deletions

View 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>

View 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>