feat: add resources and view components
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@php
|
||||
$pageComponent = static::isSimple() ? 'filament-panels::page.simple' : 'filament-panels::page';
|
||||
@endphp
|
||||
|
||||
<x-dynamic-component :component="$pageComponent">
|
||||
{{ $this->content }}
|
||||
</x-dynamic-component>
|
||||
Reference in New Issue
Block a user