mirror of
https://github.com/dyzulk/santulitam.git
synced 2026-01-27 05:51:53 +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>
|
||||
Reference in New Issue
Block a user