Files

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>