Files
tbbank-new/resources/views/vendor/filament-panels/auth/pages/edit-profile.blade.php
2025-10-22 20:08:22 +05:00

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>