@props([
    'heading' => null,
    'subheading' => null,
])
class(['fi-simple-page flex min-h-screen']) }}>
    {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::SIMPLE_PAGE_START, scopes: $this->getRenderHookScopes()) }}
    
    @if (! $this instanceof \Filament\Tables\Contracts\HasTable)
        
    @endif
    {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::SIMPLE_PAGE_END, scopes: $this->getRenderHookScopes()) }}