mirror of
https://github.com/dyzulk/santulitam-temp.git
synced 2026-01-26 22:01:56 +07:00
10 lines
324 B
PHP
10 lines
324 B
PHP
<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>
|