install
This commit is contained in:
7
resources/views/vendor/filament-edit-profile/filament/pages/edit-profile-page.blade.php
vendored
Normal file
7
resources/views/vendor/filament-edit-profile/filament/pages/edit-profile-page.blade.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<x-filament-panels::page>
|
||||
@foreach ($this->getRegisteredCustomProfileComponents() as $component)
|
||||
@unless(is_null($component))
|
||||
@livewire($component)
|
||||
@endunless
|
||||
@endforeach
|
||||
</x-filament-panels::page>
|
||||
Reference in New Issue
Block a user