Files
biiproject-kit-v1/resources/views/vendor/filament-panels/auth/pages/edit-profile.blade.php
T

8 lines
212 B
PHP

@php
$pageComponent = static::isSimple() ? 'filament-panels::page.simple' : 'filament-panels::page';
@endphp
<x-dynamic-component :component="$pageComponent">
{{ $this->content }}
</x-dynamic-component>